Please enable JavaScript.
Coggle requires JavaScript to display documents.
Digital Solution FIA3 Mind Map - Coggle Diagram
Digital Solution FIA3 Mind Map
Data Design
Data is stored in a database
Students
A list of the students currently able to go on Kairos with the student details
Register
Register stores who is registered and what role they are taking
User
Users are the students that have registered using their student id
These Database ate added to by users registering and adding preferences and can be changed by the admin
User Design
Login / Register
To login, the user must be registered to the website which they will be redirected to if they are not register.
If this occurs, there is a warning pop-up that appears before redirecting to the register page.
Register uses a database to check if the user matches with any of the allowed students to register.
If they are allowed to register, then a step-by-step two factor authentication using the given database email
Navigation
Includes Home, Login and Preference
The navigation adjusts to the role of the person signed in allowing access to different pages.
Preferences
Two preferences can be chosen upon entering the website which enters what week kairos
These input preferences are saved in a database for the admin and mentor to view.
Coding Design
Sending Emails
The code needed to send is essential in the two factor authentication by confirming that the person signing in is who they say they are.
PHP
The majority of the processes done on the website are done with php and processed to a external database.
Database
The foundation for the tables is set up with external SQL before any data is added to the
HTML / CSS
HTML and CSS is done only for formatting purposes