Florian Renard

Results 58 issues of Florian Renard

We need a service to let us add a Shelter to the system. ![Host has shelters drawio](https://user-images.githubusercontent.com/56794425/178090830-f1cd8290-079c-4228-9392-bb2a887e8781.png) ```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. ![Refugee has RefugeeGroup](https://user-images.githubusercontent.com/56794425/178089046-72df0321-b670-4e91-af7e-aa8db195e7d2.png) ```csharp namespace RefugeeLand.Core.Api.Models.RefugeeGroupMemberships {...