lwu1822 / fastpages

Blog
Apache License 2.0
0 stars 2 forks source link

Review ticket #35

Open lwu1822 opened 1 year ago

lwu1822 commented 1 year ago
Assigment Self P1 P2 Average
N@tM 5/5 5/5 5/5 5/5
Project quality, running cross domain and no crashes on FE to BE with these reviews 1/1 1/1 1/1 1/1
UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password) 1/1 1/1 1/1 1/1
UI contains actions for Create, Read, 1/1 1/1 1/1 1/1
UI contains actions for Update, Delete 1/1 1/1 1/1 1/1
JWT is guarding a feature, demonstration of cookies 1/1 1/1 1/1 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 1/1 1/1 1/1
BE contains and API that shows that it handles error conditions (ie duplicate user id) 1/1 1/1 1/1 1/1
BE contains support for GET and POST methods 1/1 1/1 1/1 1/1
BE contains a database that supports Create, Read 1/1 1/1 1/1 1/1
BE contains a database that supports Update, Delete 1/1 1/1 1/1 1/1
Purpose/Theme/Quality. 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Video 0.5/0.5 0/0.5 0/0.5 0.33/0.5
Runtime Links 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
README.md 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Blog, Guides for review 0/0.5 0/0.5 0/0.5 0/0.5
75% of individuals have met full stack work. 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Individual Review Ticket 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Runtime Links 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Technical Accomplishments 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Blog, Guides for review 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Meeting full stack and backend objectives 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
GitHub analytics 0.5/0.5 0.5/0.5 0.5/0.5 0.5/0.5
Total 20.5/20 20/20 20/20 20.2/20

Purpose/Theme

The theme of our project is ciphers. We created the project to allow users to learn and practice decrypting ciphers. We also have decryptors that users can use to decrypt ciphers they have and an option for them to save their cipher.

Blog

Video

Video

Runtime Links

Frontend Backend

Technical achievements

In blog

findEmail endpoint that takes information from the frontend cookie to figure out who the user is

image

CRUD in users: Create user:

image

Update user:

image

Read user:

image image

Delete user:

image

Github analytics

Frontend Backend

EvanYang24 commented 1 year ago
Assigment Points
N@tM 5/5
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 1/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
kiannp44 commented 1 year ago
Assigment Points
N@tM 5/5
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 1/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

All criteria met and worked over the break