Cleanup room building
- May 06, 2020
-
-
Chris Lemaire authored
The tests added are currently rather basic. They only test the basic update and create functionality of the two controllers. These basic tests, like the Controller methods, can be copy-pasted for the other Controllers.
-
Chris Lemaire authored
Default Controller methods were added to provide default access to the Room and building objects. Repositories were modified to add findByIdOrThrow methods to each. DTOs are added for adding data to update/create requests.
-
Chris Lemaire authored
Database initialization through DevDatabaseLoader is expanded for rooms and buildings and a Room and Building Repository are added.
-
Chris Lemaire authored
JDoc for Building/Room/Address entity classes is created for extra documentation on the intention and use of entities and columns within the entity.
-