Modul 346: Cloud-Lösungen konzipieren und realisieren

flowchart TD
    theorie[Theorie]
    pruefung1[/Prüfung 1/]
    technologie[Cloud-Technologien]
    pruefung2[/Prüfung 2/]
    switch{Fachrichtung}
    application[Monitoring-Anwendung in Go erweitern]
    pruefung3a[/Prüfung 3/]
    platform[Nextcloud in Betrieb nehmen]
    pruefung3b[/Prüfung 3/]
    monitoring[Monitoring & Dashboards]

    theorie --> pruefung1
    theorie --> technologie
    technologie --> pruefung2
    technologie --> switch
    switch --> |Applikationsentwicklung| application
    switch --> |Plattformentwicklung| platform
    application --> pruefung3a
    platform --> pruefung3b
    application --> monitoring
    platform --> monitoring