I could not get the program to compile - I can see that this group has put in a lot of work and used the correct spring boot annotations. They also implemented the DTO, DAO, and service layers correctly.
Was the program available in UC Github on time?
Yes it was
Is the program documented/commented well enough for you to understand?
Yes, there are enough comments to where I could understand what each aspect of the application was doing.
Does the program compile?
No, the project could not compile for me. In my code review I left comments on the method creating the error. I attempted to block comment out the method, however that did not help in compiling the application.
3 Technical Concepts I learned in this code review
I learned how to implement CRUD operations for a database within an application
I learned how to direct users to a specific URL which will be useful in the real world
I learned how each layer of an application work together - service layer, DAO, DTO, HTML, controller and the Database and how to link each in full stack development
Analysis of the program:
Was the program available in UC Github on time?
Is the program documented/commented well enough for you to understand?
Does the program compile?
3 Technical Concepts I learned in this code review