Please enable JavaScript.
Coggle requires JavaScript to display documents.
QCAA IA2 - Coggle Diagram
QCAA IA2
Pages
-
-
Saved Menu
While logged in, users can view two tabs which show their saved events and community centres which they can click on to go to the page
Login/Register Menu
Unique Username, Email, Password
-
Data
-
-
-
Tables and Relations
-
-
EVENT
Centre ID will be referenced via PHP from Centre Table so the correct events will be displayed for each Centre
SAVED EVENTS/CENTRES
User ID will be referenced and saved to organise the saved events by user and later display them on the Saved Events tab
-
-
-
-
-
Functions
-
Algorithms
Add to Saved Menu: Click a button that takes the user if logged in and the centre/event and add it to a table
Request Saved: Takes logged in user and finds all fields in Saved table where the User id is the users primary key and displays the name of the events and relevant information for all results
If username=existing username, print "username taken, try again"
IF Email != valid, print "please enter valid email"
-
-