From 89d509399fd127b40000dc7cb63b0580f57dada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorien=20Gr=C3=B6nwald?= Date: Mon, 16 Sep 2024 08:19:37 +0200 Subject: [PATCH] chore: update current process step --- src/data/processSteps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/processSteps.ts b/src/data/processSteps.ts index fd3b785..9c7c291 100644 --- a/src/data/processSteps.ts +++ b/src/data/processSteps.ts @@ -8,13 +8,13 @@ export const steps = [ { label: "MVP (Minimum Viable Product)", shortName: "MVP", - isCurrent: true, + isCurrent: false, description: "Der MVP dient der Umsetzung der konzeptualen Bestimmungen und soll ein erstes, funktionales Produkt darstellen. Anhand des Feedbacks aus der MVP-Vorstellung wird das Vorgehen weiter präzisiert." }, { label: "Projektvorstellung 01", shortName: "Vorstellung 01", - isCurrent: false, + isCurrent: true, description: "Aufbauend auf den Erkenntnissen des MVP soll eine Fort- und Weiterentwicklung stattfinden. Die Projektvorstellung 01 stellt den ersten, offiziellen Release dar." }, {