-
Notifications
You must be signed in to change notification settings - Fork 2
Sprint 2: Design Decisions
Arman S-M edited this page Nov 12, 2021
·
2 revisions
- We are assuming that librarians have fixed schedules that do not change on a regular basis so we can specify shifts using a "day of week" rather than a calendar date.
- We are assuming that it is possible for librarians to work multiple shifts a day.
- Shifts do not have to be during operating hours to allow for librarians to be able to work undisturbed.
- There can only be one library hour per day of week (no lunch break).
#Patron Class
- Before a patron may close their account with the library they must return all checked-out items.