feat: add Stufen backend with entity, service, controller (Closes #31) #80
Reference in New Issue
Block a user
Delete Branch "feature/issue-31-stufen-backend"
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
Stufe,StufeHistoryentities and mappersStufeServicewith CRUD,assignMemberToStufe(records history),getMemberStufeHistory, delete protectionStufeControllerwith REST API: list, create, update, delete, member historyroutes.phpAPI Endpoints
GET /api/v1/stufen-- list allPOST /api/v1/stufen-- create (Admin)PUT/DELETE /api/v1/stufen/{id}-- update/delete (Admin)GET /api/v1/members/{memberId}/stufe-history-- member historyCloses #31