Revision [2354]

This is an old revision of germaniumplan made by JulianDemarchi on 2010-12-30 11:38:00.

 

Germanium Project Plan


Developement for Germanium will be done in sections. This way it will ensure multiple people can design the system and not step on toes. This wiki page will contain the plan for moving forward with the recode of Galimufred into Germanium.

There are two parts I envision for this system;
Here we will discuss the parts and plan in detail.

Frontend


DB Structure


DNS DB Structure

The DB structure is very important. The DNS record keeping needs to match the schema MyDNS uses. By doing this it allows;
dns_soa
| id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| userid | int(11) unsigned | NO | | NULL | |
| nsset | varchar(255) | NO | | NULL | |
| expiredate | int(11) unsigned | NO | | NULL | |
| period | int(11) unsigned | NO | | NULL | |
| origin | varchar(255) | NO | UNI | NULL | |
| ns | varchar(255) | NO | | NULL | |
| mbox | varchar(255) | NO | | NULL | |
| serial | int(11) unsigned | NO | | 1 | |
| refresh | int(11) unsigned | NO | | 28800 | |
| retry | int(11) unsigned | NO | | 7200 | |
| expire | int(11) unsigned | NO | | 604800 | |
| minimum | int(11) unsigned | NO | | 86400 | |
| ttl | int(11) unsigned | NO | | 86400 | |
| active | enum('N','Y') | NO | MUL | NULL | |

Unknown action; the action name must not contain special characters.

UI




CategoryArchitecture
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki