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
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Some features that were originally planned were cut due to time constraints, some other groups had some interesting features I'd like to add, and some of the old code was just downright bad in order to meet a deadline
Currently the sports center's opening hours are the same for each day, I'd like to add granularity of the operating hours to be per day
Currently a course offering's course sessions must occur all in one room, I'd like to make it so each course session per week could be set to different rooms (What if I have my monday session in the pool and wednesday as dry-land?)
Currently it's possible to "double book" a room for a given time slot, this needs to be fixed
Some groups had a difficulty type per each course type
Some groups had the ability to add profile pictures for user accounts
Some groups had the ability to add images for course types, I want the ability to pick an icon per course type
Some of the filtering logic is a little jank, I'd like to make dynamic queries properly done
Extend the sportscenter class such that operating hours can be granular
Change the association to the room class from course offering to course session
Extend service logic so that it prevents double booking a room
Extend the course type class with a difficulty enumeration
Extend the user accounts class with a profile picture
Some features that were originally planned were cut due to time constraints, some other groups had some interesting features I'd like to add, and some of the old code was just downright bad in order to meet a deadline