Florian Renard
Florian Renard
We need a service to let us add a Shelter to the system.  ```csharp namespace RefugeeLand.Core.Api.Models.Shelters { public class Shelter { public Guid Id { get;...
Milestone: 🎯 Refugee has RefugeeGroup https://docs.refugee.land/docs/refugeeland.core/architecture/refugee-as-refugee-group
Milestone: 🎯 Refugee has RefugeeGroup https://docs.refugee.land/docs/refugeeland.core/architecture/refugee-as-refugee-group
Example of a merged Pull Request for FOUNDATIONS: Retrieve All [Entity]: https://github.com/hassanhabib/Taarafo.Core/pull/157 Helpful documentation: https://app.gitbook.com/o/xnkHrW3hLr8Q7LzRfdRW/s/KnbO71ijoRN4jS6hT7J7/docs/refugeeland.core/architecture/host-has-shelters https://docs.refugee.land/architecture-diagrams/refugeeland-project-architecture The Standard - 2.1 Foundation Services : https://github.com/hassanhabib/The-Standard/blob/master/2.%20Services/2.1%20Foundations/2.1%20Foundations.md#21-foundation-services-broker-neighboring
This hybrid relational model links a Refugee to a Shelter. We need a service to let us add this entity into the system. ```csharp namespace RefugeeLand.Core.Api.Models.ShelterRefugeeOccupants { public class ShelterRefugeeOccupant...
This hybrid relational model links a Refugee to a RefugeeGroup. We need a service to let us add this entity into the system.  ```csharp namespace RefugeeLand.Core.Api.Models.RefugeeGroupMemberships {...