Skip to content
Snippets Groups Projects

Cleanup room building

  1. May 06, 2020
    • Chris Lemaire's avatar
      Add tests for Room/BuildingController · db2b5945
      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.
      db2b5945
    • Chris Lemaire's avatar
      Add Controllers for Room/Building · e1e6d560
      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.
      e1e6d560
    • Chris Lemaire's avatar
      Add database init of Rooms and Buildings · 64e0b885
      Chris Lemaire authored
      Database initialization through DevDatabaseLoader is expanded for rooms
      and buildings and a Room and Building Repository are added.
      64e0b885
    • Chris Lemaire's avatar
      Add documentation for Building/Room model · b3d8bc2f
      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.
      b3d8bc2f
Loading