From 94561193a5d4e92f2ab279f84e46288e544216b3 Mon Sep 17 00:00:00 2001 From: "J.A.R.V.I.S." Date: Thu, 19 Mar 2026 02:07:04 +0000 Subject: [PATCH] docs: add issue template for role-based access control implementation --- ISSUE-TEMPLATE.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/ISSUE-TEMPLATE.md b/ISSUE-TEMPLATE.md index 304fccc..79aada6 100644 --- a/ISSUE-TEMPLATE.md +++ b/ISSUE-TEMPLATE.md @@ -1,16 +1,17 @@ -## Issue Template for helpyourneighbour +## Beschreibung -### Description -Brief description of the task to be done. +Implementierung des Rollen- und Rechtekonzepts gemäß der Dokumentation in `docs/roles-and-permissions.md`. -### Acceptance Criteria -- [ ] Criterion 1 -- [ ] Criterion 2 -- [ ] Criterion 3 +## Aufgaben -### Related Files -- File 1 -- File 2 +- [ ] Implementierung der `requireRole` Middleware +- [ ] Integration der Middleware in die bestehenden Routen +- [ ] Erstellung von Integrationstests für die Rollenprüfung +- [ ] Dokumentation der Rolle in der API-Dokumentation -### Notes -Any additional context or notes. \ No newline at end of file +## Akzeptanzkriterien + +- Alle Endpunkte sind entsprechend den Rollen geschützt +- Integrationstests bestehen erfolgreich +- Die Middleware ist in allen relevanten Routen implementiert +- Die Dokumentation wurde aktualisiert \ No newline at end of file