Projektzeitplan (Gantt)

Hier ist die Zeitliche Abfolge der Sprints und Meilensteine dargestellt:

gantt
    title Semesterarbeit: AWS EC2 Auto-Deploy
    dateFormat  YYYY-MM-DD
    axisFormat  %d.%m.

    section Planung
    Sprint 0 (Setup & Doku-Struktur) :done, s0, 2026-05-04, 6d

    section Entwicklung
    Sprint 1 (MVP - Kernfunktion)    :done, s1, 2026-05-10, 10d
    Sprint 2 (MMP - Robustheit)      :done, s2, after s1, 13d
    Sprint 3 (MLP - UX/Polishing)    :done, s3, after s2, 14d

    section Abschluss
    Dokumentation Finalisierung      :active, s4, after s3, 7d
    Abgabe der Arbeit                :milestone, m1, 2026-07-08, 0d

Sprint 1

graph TD
    %% Definition der Spalten (Subgraphs)
    subgraph "To Do"
        T1[Keine offenen Tasks]
    end

    subgraph "In Progress"
        P1[Keine offenen Tasks]
    end

    subgraph "Done"
        D1[Projektstruktur aufsetzen]
        D2[GitLab CI/CD für Doku]
        D3[US.0: Evaluierung der Lösungsmöglichkeiten]
        D4[US.1: EC2-Instanz via CLI deployen]
        D5[US.2: Interaktive Parameter-Abfrage]
        D6[US.3: Befüllen des userdata.yml Template]
    end

    %% Styling für die Optik
    style D1 fill:#dfd,stroke:#333
    style D2 fill:#dfd,stroke:#333
    style D3 fill:#dfd,stroke:#333
    style D4 fill:#dfd,stroke:#333
    style D5 fill:#dfd,stroke:#333
    style D6 fill:#dfd,stroke:#333

Link zum Live Issue Board auf GitLab ↗

Sprint 2

graph TD
    subgraph "To Do"
        T1[Keine offenen Tasks]
    end

    subgraph "Won't Do"
        W1[US.4: Abfrage von SSH-Keys & Security Groups]
    end

    subgraph "Done"
        D_prev[Features aus Sprint 1]
        D1[US.5: Fehlerbehandlung & Validierung]
        D2[US.6: Output-Zusammenfassung]
        D3[US.7: Interaktive Menü-Auswahl]
        D4[US.8: Standardwerte - Defaults]
        D5[US.10: Human-Readable Inputs / Auswahl]
    end

    %% Styling
    style W1 fill:#f8d7da,stroke:#a94442
    style D_prev fill:#dfd,stroke:#333,stroke-dasharray: 5 5
    style D1 fill:#dfd,stroke:#333
    style D2 fill:#dfd,stroke:#333
    style D3 fill:#dfd,stroke:#333
    style D4 fill:#dfd,stroke:#333
    style D5 fill:#dfd,stroke:#333

Link zum Live Issue Board auf GitLab ↗

Sprint 3

graph TD
    subgraph "To Do"
        T1[Keine offenen Tasks]
    end

    subgraph "In Progress"
        P3[Keine offenen Tasks]
    end

    subgraph "Done"
        D_mmp[MMP Features abgeschlossen]
        D1[US.9: Visuelle Fortschrittsanzeige]
        D2[US.11: Betriebsdokumentation & Übergabe]
    end

    %% Styling
    style D_mmp fill:#dfd,stroke:#333,stroke-dasharray: 5 5
    style D1 fill:#dfd,stroke:#333
    style D2 fill:#dfd,stroke:#333

Link zum Live Issue Board auf GitLab ↗


This site uses Just the Docs, a documentation theme for Jekyll.