Difference between revisions of "Talk:Events Database"

From FreekiWiki
Jump to navigation Jump to search
m (Implementation Issues)
m
Line 1: Line 1:
 +
== Implementation Issues ==
 +
 
The first step for this will be to outline all the needed screens and reports for this new module of the database.
 
The first step for this will be to outline all the needed screens and reports for this new module of the database.
  
Line 10: Line 12:
  
 
[[User:Rfs|rfs]] 18:45, 22 Jan 2005 (PST)
 
[[User:Rfs|rfs]] 18:45, 22 Jan 2005 (PST)
 
== Implementation Issues ==
 

Revision as of 19:45, 22 January 2005

Implementation Issues

The first step for this will be to outline all the needed screens and reports for this new module of the database.

Then we look over it all and figure out what tables need to be altered or added to support those screens and reports.

Then we write the SQL that can make that happen.

All of the above should not take too long or be too difficult, but should be well thought out. It all ends up making changes to the underlying data structures.

Finally, we need to write and test the code that talks to those data structures. Some of it is already in place (like the contact information), and some will need to be written from scratch. At this point, it's good to know what's most important, so we can prioritize the parts that need to be done first, adding the other stuff later on.

rfs 18:45, 22 Jan 2005 (PST)