Revision [2355]

This is an old revision of germaniumplan made by BrianKoontz on 2010-12-30 11:40:24.

 

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 | |


Deprecated: Function split() is deprecated in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/actions/table/table.php on line 40

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 162

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 163

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 162

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 163

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 162

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 163

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 162

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 163

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 162

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/sourpuss.net/http/www/mirror/wiki.opennicproject.org/3rdparty/core/safehtml/classes/safehtml.php on line 163
Field Type Null Key Default Extra
id int(10) unsigned NO PRI NULL auto_increment


UI




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