Skip to content

Add repositories for saving the current model.

Closes #11 (closed) This mr adds branches for the following classes:

  • Area
  • Patient
  • Tablet
  • Admin

Now the repositories can be included in classes such as the controller which will then allow us to make changes to the database. Currently, all the repositories are CRUD repos, this can always be updated to pageable repositories when we need to start paging certain items.

@Lemaire since the Name class is embeddable I wasn't sure if this class should also receive a repository, can you confirm?

Edited by Cédric Willekens

Merge request reports