docs: add issue template for role implementation
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
76fcfa6e15
commit
29fe82ec96
1 changed files with 12 additions and 12 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
## Issue Template for helpyourneighbour
|
## Beschreibung
|
||||||
|
|
||||||
### Description
|
Implementiere die Rollen- und Rechtekonzepte für das Backend.
|
||||||
Describe the task to be done.
|
|
||||||
|
|
||||||
### Acceptance Criteria
|
## Aufgaben
|
||||||
- [ ] Criterion 1
|
|
||||||
- [ ] Criterion 2
|
|
||||||
- [ ] Criterion 3
|
|
||||||
|
|
||||||
### Related Files
|
- [ ] Implementiere die `requireRole` Middleware korrekt in allen Routen
|
||||||
- `path/to/file1.js`
|
- [ ] Füge Tests für die Rollenprüfung hinzu
|
||||||
- `path/to/file2.js`
|
- [ ] Dokumentiere die Rolle in der API-Dokumentation
|
||||||
|
|
||||||
### Notes
|
## Akzeptanzkriterien
|
||||||
Any additional context or notes.
|
|
||||||
|
- Alle Endpunkte sind mit korrekter Rollenprüfung ausgestattet
|
||||||
|
- Integrationstests bestehen
|
||||||
|
- Die Middleware ist in der Lage, verschiedene Rollen zu prüfen
|
||||||
|
- Die Dokumentation ist aktuell und korrekt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue