From 277e64fdef8bcf0f82a3857716d3b9fe69de35c6 Mon Sep 17 00:00:00 2001
From: Dasan05 <dasan.ibrahim@student.reutlingen-university.de>
Date: Fri, 20 Jun 2025 17:18:12 +0200
Subject: [PATCH] RequirementStatuses aktualisiert.

---
 src/app/project/web/web.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/project/web/web.go b/src/app/project/web/web.go
index c3b46f9..fc7fa24 100644
--- a/src/app/project/web/web.go
+++ b/src/app/project/web/web.go
@@ -273,7 +273,7 @@ func projectDetailController(appCtx *hctx.AppCtx, webCtx *web.Ctx, service *proj
 		data := ProjectDetailData{
 			Project:             projectWithReqs,
 			ActiveTab:           activeTab,
-			RequirementStatuses: []string{"Entwurf", "In Prüfung", "Genehmigt", "Abgelehnt"}, // Available status options
+			RequirementStatuses: []string{"Dokumentiert", "Validiert", "Realisiert", "Archiviert", "Gelöscht"}, // Available status options
 		}
 
 		// Render the project detail page with multiple template files
-- 
GitLab