Open Samuelwaang opened 1 year ago
N@TM 5/5 Individual Score for Runtime: 5/5 -- has jwt and users w/ recipies guarded by jwt Indivdual Score for Code Review: 4/5 -- good overall but no update and delete, has comments decribing code Silent Review: 5/5 -- has review ticket
Total: 19/20
N@TM 5/5 Individual Score for Runtime: 5/5 -- has the java web token and cookies and protection with the jwt recipes Indivdual Score for Code Review: 4/5 -- Decent front end however does not have working update and delete. He has comments describing the code which is a positive Silent Review: 5/5 -- has review ticket
Total: 19/20
Average Score 18.8
My Work's Runtime
Backend and frontend:
Just Frontend:
Github Analytics:
Code Links
Frontend Code
Blog
The bulk of my work was based on the login system. I made a create account, login to the account, and logout from the account. This all used the jwt cookie. This login system protected seeing the recipe list and creating the recipes from those not logged in.
I also worked on the frontend for connecting the backend of recipes that another group member made. This included the list of recipes, making the recipe, and also filtering by region for the recipes.
This is the first project that I've worked on that I've gotten so intricate and involved with databases. This is the first project I really understood how databases and apis worked through playing with them so much. Though there were many struggles and errors, it was still a very rewarding experience getting through these errors and ending up with a finished product that I'm proud of.