fchristian1992 / pcHardwareViewer

App to add, save, and edit your PC hardware specs
0 stars 0 forks source link

Checkpoint 2 is done! #5

Open fchristian1992 opened 1 year ago

fchristian1992 commented 1 year ago

@pawaitemadisoncollege please and thank you!

pawaitemadisoncollege commented 1 year ago

Hi @fchristian1992 This work meets the checkpoint 2 target. Looks like some progress here!

Following are my findings from a review for checkpoint 2:

Database designed and created

at least one DAO with full CRUD (create, read, update, delete) implemented with Hibernate

DAO is fully unit tested

Log4J is implemented (no System.out.printlns)

other

fchristian1992 commented 1 year ago

Thanks for the feedback! Those 2 lines in the DAO tests you asked what were the purpose of are used to revert the database to what it was before the insert and the save/update tests to ensure I can run the tests in any order. However, now that I look at it, I guess it doesn't need to be in the delete test again... Other than that, you gave me some things to consider that I hadn't noticed or thought of, so I'll work on incorporating it all into my project.