jonesna213 / IndividualProject

0 stars 0 forks source link

Checkpoint 3 #4

Closed jonesna213 closed 1 year ago

jonesna213 commented 1 year ago

@pawaitemadisoncollege Checkpoint 3 is ready for review.

Here's the link to it deployed on AWS - http://hondaautoparts-env-1.eba-hmnmm82m.us-east-1.elasticbeanstalk.com/

I believe I hit all the criteria for this checkpoint. Deployed on AWS, shows user name in top right and view parts page shows some parts for jsps displaying data from database, and cognito authentication is implemented.

Sorry its a little late, got caught up getting JSoup working then ran into troubles deploying to aws but, Its all here now.

pawaitemadisoncollege commented 1 year ago

Hi @jonesna213! Wow! I am impressed with the amount of functionality you have working already! You should be very proud of yourself - it's clear you've been working hard on this. You definitely hit all the criteria for the checkpoint - I was able to sign up as a new user, log in, view parts, save a part, and view my saved part.

I also took some time to review code and thought I'd share a few things here:

It looks like you are following best practices for using javabeans, expression language, JSTL, and the MVC pattern. There's a good separation of concerns related to db access is separate from the ui. Methods are generally small, and single-purpose. Great use of properties to externalize key values.

Screen Shot 2022-10-29 at 10 31 14 AM