Skip to content

Commit

Permalink
chore: update current process step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Sep 16, 2024
1 parent cd695e6 commit 89d5093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/processSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
{
Expand Down

0 comments on commit 89d5093

Please sign in to comment.