-
Notifications
You must be signed in to change notification settings - Fork 0
Main Schedule Page
Ryan Malone edited this page Oct 19, 2024
·
1 revision


- Contains a list of courses a student has added to their schedule
- This is done primarily through the addButton component on the add course search results page

- Contains the properties that make up a course and its functionalities (buttons) depending on the view it's on

- Displays the subject of the labelled course

- Displays the number of the labelled course

- Displays the section of the labelled course

- Displays the name of the labelled course

- Displays the instructors of the labelled course
- It is possible that some courses may have more than one instructor, so they will be displayed on a new line from each other

- Displays the meeting times of the labelled course
- Abbreviated days are shown first, and then the meetings for these days shown second
- It is possible that some courses may have more than one meeting at different times, so they will be displays on a new line from each other

- Toggle used to control whether or not a notification is sent to a user's phone to remind them that a class is starting soon
- A bell icon is displayed if notifications are toggled on for a class, a bell icon with a slash is displayed if they are turned off

- Button used to delete a course from a student's schedule

- Button used to add a course to a student's schedule
- Tapping on it will move pages from the main schedule screen to the add course form screen
Cockys-Way