Skip to content

Commit

Permalink
Merge pull request #81 from green-ecolution/fix/update-current-projec…
Browse files Browse the repository at this point in the history
…t-state-to-release-one

fix: update current process step
  • Loading branch information
doriengr authored Sep 17, 2024
2 parents cd695e6 + 89d5093 commit d8fe5c4
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 d8fe5c4

Please sign in to comment.