jhaefner97 / FishingGuide

Repo for Enterprise Java Spring 2024
0 stars 0 forks source link

Checkpoint 2 Reminder #3

Open pawaitemadisoncollege opened 6 months ago

pawaitemadisoncollege commented 6 months ago

Please use this issue to let me know when checkpoint 2 is ready for review.

jhaefner97 commented 5 months ago

@pawaitemadisoncollege Checkpoint 2 is ready for review. DAO is fully tested for the functionality that the user entity will need.

pawaitemadisoncollege commented 5 months ago

This seems incomplete... won't you need to get a single user at all? Fully testing all methods on the dao for each entity will help you verify the annotations and db are set up correctly.

https://github.com/jhaefner97/FishingGuide/blob/0e1681d181b5a8c7cfb6740c6dfed69f4c56b3ac/src/main/test/com/persistence/database/UserDataTest.java#L12-L30

pawaitemadisoncollege commented 5 months ago

Can you also point me to the ERD for your db? It's helpful for me to be able to see this visually. Thanks!