-
Notifications
You must be signed in to change notification settings - Fork 2
Meeting Minutes Spint 3
Arman S-M edited this page Nov 30, 2021
·
5 revisions
(Kevin, Arman, Nafis, Nima, others excused)
- Primary decisions on the architecture model
- Creation of architecture model block diagram using an MVC model to split up the backend, frontend, and persistence portions
(All but Nima in Attendance)
*Set up the front-end so that it’s consistent across all branches when we start working
- Divided tasks into two teams for the frontend of sprint 3 (with two "mini-sprints" for each team) as follows below:
Selena, Arman and Nafis
- Create patron (as librarian and as a random user)
- Delete patron (as that patron, any lib or headlib)
- Hire and fire librarians (as head)
- login for all 3
- change password and other info for all 3
- Add, update, remove library hours (as Head)
- Add, update, remove shifts (as Head)
- View shifts (as librarian)
- View hours (as anyone)
- Reserve rooms (as patron, librarian)
- Update & delete room reservation (as patron, librarian)
- View room reservations (as patron, librarian)
Saagar, Kevin and Nima
- Create items (as librarian)
- Create rooms (as librarian)
- Edit items (while browsing as librarian)
- Edit rooms (as librarian)
- Browse items (as anyone
- Delete items (as librarian)
- Browse rooms and see room info (number, capacity) and its reservations (as anyone)
- Delete rooms (as librarian)
- Checkout items (as librarian, same as for head)
- Reserve item for patron (as librarian)
- Reserve item for self (as patron)
- renew item
- cancel reservation
- View item reservations & checked out (as patron)
- View item reservations & checked out (as librarian)
- Groups meet separately to get started
(All in attendance)
- Presentations from teams as to what has been accomplished, and what is yet to be done
- Deadline of Nov 27 night for pages not yet completed.
- Discussed update room and the possibility of adding “update item”, but that would require new backend service/controller methods.
- Updated the GitHub wiki and readme file
- Finish the remaining front-end tasks (basically finish/close all remaining issues on GitHub)
- Figure out Heroku stuff
(All in attendance)
- Sorted out bugs with the front end, such as “remove shift” throwing an “undefined” error.
- Planned out the presentation and selected Saagar and Nima as the presenters
- Planned out the demo portion of the presentation
- Take screen recordings for the demo
- Rehearse the presentation
(All but Arman in attendance)
- Took screen recordings for demo
- Rehearsed presentation
- Fixed bugs with website code
- Add documentation to website code
- Submit deliverable 3 and begin delivarable 4