MS-BE-API-4: EventRole-CRUD-Route + Guest-Role-Endpunkt #124
Labels
No labels
component/backend
component/docs
component/e2e
component/frontend
component/infra
component/keycloak
prio/high
prio/low
prio/medium
type/bug
type/chore
type/feature
type/refactor
type/test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WompSchmiede/FamilienFeierPlaner#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Beschreibung
CRUD-Endpunkte fuer EventRoles (Composite-Rollen pro Event).
EventRoles enthalten ein permissions-JSONB-Array mit feingranularen
Berechtigungen. Zusaetzlich Endpunkt zum Setzen der compositeRole eines Gasts.
Aenderungen
openapi.yaml
Route (src/routes/event-roles.ts)
equireAuth +
equireOrganizerOrEventAdmin
equireAuth +
equireOrganizerOrEventAdmin
equireAuth +
equireOrganizer (nur Organisator)
Route (src/routes/guests.ts)
equireAuth +
equireOrganizerOrEventAdmin
Registration (src/app.ts)
design.md �5.1
Tests
Abhaengigkeit