Backend for the app Comfort care.
This solution contains both the domain layer, service layer, data layer and our API.
-
Controller
-
Login Controller
Here you can find our Login Controller, which handles the user login.
-
Period Controller
Here you can find our Period Controller, which is assiting creation of routes.
-
Login Controller
-
Period Service
Here you can find the Period Service, which creates work periods.
-
User Service
Here you can find our User Service, which handles the users.
-
Repository
Here you can find the repository, which handles our database calls via entity framework core.
-
Context
Here you can find the Context, which is generated by EF Core Power Tools.
-
DB Models
Here you can find all models used in the database, which is setup to Entity Framework.
-
Period Manager
Here you can find the period manager.
-
Route Generator
Here you can find the logic for calculation of the routes.
-
Schema Generator
Here you can find the logic for schema generation. It's here we collect all the other calculations into each other, to create a schema for all the employees.