Please enable JavaScript.
Coggle requires JavaScript to display documents.
IT mindmap - Coggle Diagram
IT mindmap
Functional Requirements
-
Backend
-
Databases
-
Tables
Attendances
Recorded when the student attends the event or when the event is over and they haven't been recorded as attending
Can be negative or positive, records whether or not each student has or hasn't attended the event
-
-
Users
-
-
Passwords
Saved as hashed strings not raw text, privacy
Null for student users until they register into the system, because students should be able to participate in the system
-
-
-
Events
Time
When time has passed for when the event will happen the event is either deleted or just marked as over or the website will automatically not show it based on its own date calcualtion
-
-
Data design
-
Easy to access data, designed such that a minimal amount of operations have to be done to accomplish which data needed
-
-
-