#Project Plan
- Need a general design for test system.
- Need form design for intitial registration, including all relevant fields.
- Need form design for test results.
- Need design for accessing data
Note 1: forms will be presented & validated by PHP. Contact [email protected] for structure and class names
Note 2: UI will be presented using PHP templates. Contact [email protected] for structure and class names
- JavaScript hotness for detecting user system info, to prepopulate the reg. form
Backend will utilizing Karl's PHP library so much of the backend will simply extend existing CRUD functionality in those classes.
- users class - CRUD class for managing users (in progress)
- results class - CRUD class for managing results (in progress)
- test file class - CRUD class for managing test files (in progress)
- reports class - CRUD class for creating results (in progress)
- CRON jobs (and associated files, scripts, bash scripts, etc.)
- .htaccess file mods for security
- recommended mods to php.ini
[Coming Soon]