Add a way on the “BuildTimetable” page for a student to request a course recommedntation based on a time and day specified by the student.
When a user requests a recommendation, the system should return a list of available courses that fit within that time frame.
To query the backend, you can either add new query parameters to the /scheduledEvents
endpoint or create a new endpoint.
Both of these would involve modifications to the scheduleEventsRouter.
In terms of how this is presented to users, you are welcome to have it be as simple or as complex as you want. (It can just be a couple input boxes).