You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
This personalization solution would allow users to build many schedules (like a goal, and backup schedule). The general UI would look something like Coursicle, which means searching and selecting courses. Design mock-ups are in the Personalization Discord channel.
Steps
Building the schedule model that ties to users
lets do a schedule model (foreign key to user model), and then a schedule course model (foreign key to schedule model).
Creating the HTML page for viewing schedules (don't necessarily need actual schedule variables)
Integrating the pop-up for when users click the class in the schedule
Creating the schedule builder page where users can add and delete a course
Implement the edit schedule feature by putting the current schedule on the scheduler page
Integrating a search course feature on the schedule builder page
To-do
Update load_semester and appropriate models (probably Course/Section) with times for each class
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
This personalization solution would allow users to build many schedules (like a goal, and backup schedule). The general UI would look something like Coursicle, which means searching and selecting courses. Design mock-ups are in the Personalization Discord channel.
Steps
To-do
The text was updated successfully, but these errors were encountered: