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
|
||||
Describe the task to be done.
|
||||
Implementiere die Rollen- und Rechtekonzepte für das Backend.
|
||||
|
||||
### Acceptance Criteria
|
||||
- [ ] Criterion 1
|
||||
- [ ] Criterion 2
|
||||
- [ ] Criterion 3
|
||||
## Aufgaben
|
||||
|
||||
### Related Files
|
||||
- `path/to/file1.js`
|
||||
- `path/to/file2.js`
|
||||
- [ ] Implementiere die `requireRole` Middleware korrekt in allen Routen
|
||||
- [ ] Füge Tests für die Rollenprüfung hinzu
|
||||
- [ ] Dokumentiere die Rolle in der API-Dokumentation
|
||||
|
||||
### Notes
|
||||
Any additional context or notes.
|
||||
## Akzeptanzkriterien
|
||||
|
||||
- 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