Team Illusion Members: Nathan Vickers Stephen Schoenberger Joshua Dodson Philip Fahnestock
Overview Web interface that allows teacher remote access of learning system Provides a quick and easy way monitor students and make critical changes Use MySQL database to pull information
Data Design Heart of the data is in the database that the website will communicate with Listener and talker modules
Architecture Model-View-Controller architecture combined with components of an event- driven architecture User events cause database actions which display results back to the user
Example of MVC Architecture
User Interface Design Website built in HTML with CSS scripting Viewable on any web capable platform No special software (or hardware) Login must occur to view/edit any data Will be friendly and keep user in control of his/her situation within the system
Testing Concerns Classification’s of tests will include Database testing Layout/design testing of the website Alpha and beta testing by teachers Ensuring data is delivered in A user friendly manner No delay such that multiple users will not hamper the system
Limitations Reliable connection between the website and database must exist to ensure 24x7 uptime Website must be secure and have secure connections to external entities (database and users)
Questions?