feat: add Family entity, mapper, service, and controller (Closes #28) #75
Reference in New Issue
Block a user
Delete Branch "feature/issue-28-family-entity-mapper-service-controller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Familyentity andFamilyMapperwith search, pagination, and countFamilyServicewith CRUD, member link/unlink, active children count calculationFamilyControllerREST API: list, show (with linked members), create, update, delete, link/unlink memberroutes.phpAPI Endpoints
GET/POST /api/v1/families,GET/PUT/DELETE /api/v1/families/{id}POST/DELETE /api/v1/families/{id}/members/{memberId}(link/unlink)Closes #28