sarayu-pr11 / tri2_pbl

0 stars 1 forks source link

Sophie Park Final Issue #34

Open ghost opened 1 year ago

ghost commented 1 year ago
Items Self Score Natalie Beckwith Madhumita Narayan Average
N@tM Attendance 1 1 1 1
N@tM Capture the Moment 1 1 1 1
Frontend Team Presentation 1 1 1 1
Behind the Scenes Team Presentation 1 1 1 1
Other Team Presentation 1 1 1 1
Project Quality 1 1 1 1
UI with Input Validation 1 1 1 1
Create and Read 1 1 1 1
Update and Delete 0.5 0.5 0.5 0.5
Cookies JWT 1 1 1 1
Code Quality 1 1 1 1
Error Handling 1 1 1 1
GET/POST Methods 1 1 1 1
Backend Create/Read 1 1 1 1
Backend Update/Delete 0.5 0.5 0.5 0.5
Purpose/Theme/Quality 0.5 0.5 0.5 0.5
Video 0 0 0 0
Runtime Links 0.5 0.5 0.5 0.5
README.md 0.5 0.5 0.5 0.5
Blog and Guides for Review 0 0 0 0
75% Full Stack 0.5 0.5 0.5 0.5
Individual Review Ticket 0.5 0.5 0.5 0.5
Runtime Links 0.5 0.5 0.5 0.5
Technical Accomplishments 0.5 0.5 0 .5 0.5
Blog and Guides for Review 0.5 0.5 0.5 0.5
Meeting Full Stack and Backend Objectives 0.5 0.5 0.5 0.5
GitHub Analytics 0.5 0.5 0.5 0.5
Total Score: 18/20

Link to Frontend Link to Frontend Repo Link to Deployed Backend Link to Backend Repo

Github Analytics

Frontend: image

Backend: image

Overall: image

Score: 18/20

Update works but delete requests fail. Everything else except blog and video is present.

mnarayan1 commented 1 year ago

Grade: 9/10

Project quality, running cross domain and no crashes on FE to BE with these reviews - 1 UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password) - 1 UI contains actions for Create, Read - 1 UI contains actions for Update, Delete - 0.5 JWT is guarding a feature, demonstration of cookies - 1

Project quality, observation of comments in every function, class, or method reviewed. Be sure to review POJO, API Controller, and JPA. - 1 BE contains and API that shows that it handles error conditions (ie duplicate user id) - 1 BE contains support for GET and POST methods - 1 BE contains a database that supports Create, Read - 1 BE contains a database that supports Update, Delete - 0.5

Great project! Everything is present except for a delete function on the backend.

Natalie-Beckwith commented 1 year ago

Score: 9/10

Project quality, running cross domain and no crashes on FE to BE with these reviews - 1/1 UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password) - 1/1 UI contains actions for Create, Read - 1/1 UI contains actions for Update, Delete - .5/1 JWT is guarding a feature, demonstration of cookies - 1/1

Project quality, observation of comments in every function, class, or method reviewed. Be sure to review POJO, API Controller, and JPA. - 1/1 BE contains and API that shows that it handles error conditions (ie duplicate user id) - 1/1 BE contains support for GET and POST methods - 1/1 BE contains a database that supports Create, Read - 1/1 BE contains a database that supports Update, Delete - 1/1

Overall a really cool project! Everything meets the requirements other than having a delete function