-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Website Documentation
Our frontend application is deployed to: https://librarysystem-frontend-321.herokuapp.com/#/
Example credentials:
Type | Username | Password |
---|---|---|
HeadLibrarian | admin | admin |
Librarian | Jeff | Jeff |
Patron | bob | bobpassword |
When a user opens the website for the first time, they see a page showcasing the library’s opening hours, as well as the current featured item. If the user is logged in as an admin (via the “login” button in the navigation bar, and credentials: “admin” and “admin”), they will also see the options to add, remove, or modify library hours.
Description for Homepage
Description for Items not logged in
Description for Browse rooms not logged in
Description for Items as Patron
Description for Browse rooms as Patron
Description for Items Reservations as Patron
Description for Browse room bookings as Patron
Description for Items as admin
Description for Browse rooms as admin
Description for Items Reservations as admin
Description for reserve item as admin
Description for Browse room bookings as admin
Description for Reserve Room as admin