docs: add issue template for role-based access control implementation

This commit is contained in:
J.A.R.V.I.S. 2026-03-19 02:07:04 +00:00
parent 6943754fb2
commit 94561193a5

View file

@ -1,16 +1,17 @@
## Issue Template for helpyourneighbour ## Beschreibung
### Description Implementierung des Rollen- und Rechtekonzepts gemäß der Dokumentation in `docs/roles-and-permissions.md`.
Brief description of the task to be done.
### Acceptance Criteria ## Aufgaben
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
### Related Files - [ ] Implementierung der `requireRole` Middleware
- File 1 - [ ] Integration der Middleware in die bestehenden Routen
- File 2 - [ ] Erstellung von Integrationstests für die Rollenprüfung
- [ ] Dokumentation der Rolle in der API-Dokumentation
### Notes ## Akzeptanzkriterien
Any additional context or notes.
- Alle Endpunkte sind entsprechend den Rollen geschützt
- Integrationstests bestehen erfolgreich
- Die Middleware ist in allen relevanten Routen implementiert
- Die Dokumentation wurde aktualisiert