devsoc-unsw / devsoc-unsw/notangles
Backend: generate best matching free room
Open
backend
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
# Feature
Given a list of building IDs, a date and a time range, return all of the rooms free during that time, both fully available and partially available.
## Example Format
Parameters:
- List of Building ID's
- Date
- Start Time
- End Time
Return:
- List of rooms that best match the time period
# Acceptance criteria
## Base Use
- Input: A list of valid Building ID's
- Output: A list of best matching rooms within those building id's and the times they are available within the start-to-end period
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.