docs: add issue template for role-based access control implementation
This commit is contained in:
parent
6943754fb2
commit
94561193a5
1 changed files with 13 additions and 12 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue