Task 33: Create Scheduling schema (backend)
mw1510 opened this issue · 0 comments
mw1510 commented
Requirements for schema:
scheduleID: String
userID: String
Date: Date
startTime: Time
endTime: Time
Tasks: List of taskIDs
- Create schema based on the attributes above
- Create an endpoint to get all schedules
- Create an endpoint to create a new schedule. Use schema validation for dates
- Create an endpoint to retrieve all schedules based on userID
- Create an endpoint to retrieve all schedules for a given week