misterSokor / TimeSlotManager

0 stars 0 forks source link

Checkpoint 2 #5

Open pawaitemadisoncollege opened 9 months ago

pawaitemadisoncollege commented 9 months ago

This is a reminder to complete the items I identified as needing improvement for #3 Respond to that issue when it is ready for review.

As reminder, checkpoint 2 includes:

When your checkpoint is ready for review please respond to this issue.

misterSokor commented 8 months ago

@pawaitemadisoncollege Hi Paula! May I did not get all requirements but could you please check and guide me if I am wrong: 1 Design and create your database - put your ERD in your repository for review: Screen Shot 2023-12-09 at 02 26 39

2 Add one DAO with full CRUD (create, read, update, delete) using Hibernate:

My project aligns with the requirement to add a DAO with full CRUD operations using Hibernate. I have implemented two repositories, BookingRepository and TimeSlotRepository, which serve as my DAOs. These repositories utilize Spring Data JPA and interact with the underlying database.

Create

  1. Fully unit test the DAO - include a screenshot showing all unit tests passing: tests

4 Implement Log4J and remove all System.out.printlns I finally set logs and now it is working well

5 Paula could you please help to find the example for this step: Time log/journal and project plan updated

Thank you!

pawaitemadisoncollege commented 8 months ago

Hi @misterSokor. In the interest of time at this point in the semester, I am focusing feedback on areas for improvement:

ERD

DAO unit Test

Other

Time Log and Project Plan

Can you point me to these? Are they current? There were examples in the demo application if you need them.