Story: As a college student I want to add, edit, and delete class details in the app, so that I can keep my class schedule up-to-date and organized.
Implementation: We included the ability to input, edit, and delete class details like course name, time, and instructor, display a list of all classes, and made it so all edits/deletes require confirmation. A sample list view is to the right.
Each class has the following details:
Time
Days of the week they repeat on
Professor
Class section
Location and room number
As a college student I want to manage my assignments through the app, so that I can track due dates and my progress for each assignment.
To address these needs we made an app that allows the user to add, edit, and delete assignment details including title, due date, and associated class, loli Tst assignments by sorting by due date or course, and mark an assignment as complete. he list is shown to the right.
Assignment details include:
Name
Date
Course
Completed Status
Story: As a college student I want to input and keep track of my exam dates and details, so that I can prepare effectively for my exams.
Implementation: To address these needs we made an app that allows the user to input details like date, time, and location for exams and list exams with accessible details. The list is shown to the right.
Exam details include:
Name
Date
Course
Time
Location
Story: As a college student I want to create and manage to-do lists for my academic tasks, so that I can organize and prioritize my work.
Implementation: To address these needs we made a tab that can create and manage to-do lists, add, edit, and delete tasks on the to-do list, and sort tasks by due date, course, and completion status. A sample list view is to the right.
Each task includes these details:
Name of each task
Due date of Task
Associated Class
Check button for each task
Completed Switch for each task
Data is saved even when you close the app by implmenting a database in the backend. You can select the user in the "Users" tab.