Today I started setting up the databases that will hold all the collected data, the data to construct the pages, and a special table used to back the simulation.
The following tables will be used:
- Site
- Pages
- Page_data
- Collected Data
- Users
- Locations
- Fixed_data
- Stats
- Custom
- Simulation
- Genetics
This layout is subject to change as the project continues to develop.
I’ve started thinking more about how I am going to approach the development of the project. Here is the plan;
- Construct basic site layout
- Get data from database to populate site
- Write code to store default data to database
- Write code to store custom layout
- Work out Ajax and php to store onClick event
- Work out PHP to store chosen data
- Write code to get details from ip
- Write code to convert stored data to genetics data
- Import genetics data into flash.
- Make flash simulation from data (realtime).
- Make flash simulation for date range.

