Improved UC-Diagramm

This commit is contained in:
Piet Ostendorp
2025-12-21 13:36:13 +01:00
parent cdebf68035
commit ac7704ea66

View File

@@ -10,10 +10,14 @@ left to right direction
(Sitzplatz buchen) as book (Sitzplatz buchen) as book
(Sitzplatzreservierung stornieren) as cancel (Sitzplatzreservierung stornieren) as cancel
(Sitzplatzreservierung\nin Buchung umwandeln) as convert (Sitzplatzreservierung\nin Buchung umwandeln) as convert
(Kinostatistik anzeigen) as stats_cinema #ffaaaa
'(Filmstatistik anzeigen) as stats_movie #ffaaaa
(Ticketstatus prüfen) as check #aaffaa;line.dotted (Ticketstatus prüfen) as check #aaffaa;line.dotted
(Vorstellungen planen) as schedule #line.dotted
(Kinostatistik anzeigen) as stats_cinema #ffaaaa
'(Filmstatistik anzeigen) as stats_movie #ffaaaa
(Kinosäle konfigurieren) as edit_halls #ffaaaa;line.dotted
(Neu Filme kaufen) as new_movies #ffaaaa;line.dotted
customer --> overview customer --> overview
customer --> reserve customer --> reserve
@@ -26,10 +30,14 @@ customer --> convert
'employee --> book 'employee --> book
'employee --> cancel 'employee --> cancel
'employee --> convert 'employee --> convert
employee --|> customer
employee --> check employee --> check
employee --|> customer
employee --> schedule
owner --> schedule
owner --> edit_halls
owner --> new_movies
owner --> stats_cinema owner --> stats_cinema
'owner --> stats_movie 'owner --> stats_movie