pumped-up-kicks / amazin-online-bookstore

SaaS application for fake amazon bookstore
https://project-11-amazin-bookstore.azurewebsites.net
0 stars 2 forks source link

Weekly Scrum Meeting - Friday, November 17, 2023 #65

Open ethanleir opened 10 months ago

ethanleir commented 10 months ago

What have I done this week? Added docstrings for most methods #20 Added more alerts and changed handling of usernameExists alert (GUI) #37

What will I do next week? Front end design + something more interesting I hope.

What is holding me back? Nothing.

Notes:

1112zakaria commented 10 months ago

What have I done this week?

62 bugfix: refuse user from returning to login or register page if already signed into user account

55 bugfix: do not allow new user with existing username to be created

39 testing: added unit tests for book functions

Reviewed and commented on the following PRs:

50 docstrings added

48 readme update

47 H2 database endpoint access fix

46 readme update

43 code coverage increase

38 add roles and privileges for owner and customer

36 added GUI navbar and auth features

35 basic CRUD functions for book API

What will I do next week? More code reviews and bugfixes and feature implementations

What is holding me back? Nothing

Notes:

PatrickLiu0610 commented 10 months ago

What have I done this week? Looking through stuff, discuss design with the bois

What will I do next week?

59 #69

Shopping Cart Interface

What is holding me back? Nothing

Notes: None

bobbyngo commented 10 months ago

What have I done this week? Create entities relationship between CartItem and User as well as Book and User #53

What will I do next week? API for view all available items in user cart #58 API for adding book to cart #54

What is holding me back? None

Notes: None