From 13554d09e0e6de560c402fe9ad46bcbddaebf74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Wed, 12 Jan 2022 13:22:28 +0100 Subject: [PATCH] =?UTF-8?q?Feature:=20Darstellung=20der=20w=C3=B6chentlich?= =?UTF-8?q?en=20Eintragung=20bestimmen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/salt/add-update-record.puml | 7 ++++--- resources/salt/add-update-records-for-week.puml | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/salt/add-update-record.puml b/resources/salt/add-update-record.puml index 9928f80..0401c79 100644 --- a/resources/salt/add-update-record.puml +++ b/resources/salt/add-update-record.puml @@ -3,9 +3,10 @@ salt { - Datum |"Datum <&calendar>" - Uhrzeit | "Uhrzeit <&clock>" - [Übernehmen <&plus>] + {/ Täglich | Wöchentlich } + Datum |"0000-00-00 <&calendar>" + Uhrzeit | "00:00:00 <&clock>" + [Übernehmen und weiter <&plus>] [Abbrechen <&action-undo>] } @enduml \ No newline at end of file diff --git a/resources/salt/add-update-records-for-week.puml b/resources/salt/add-update-records-for-week.puml index d1829db..dfcafc5 100644 --- a/resources/salt/add-update-records-for-week.puml +++ b/resources/salt/add-update-records-for-week.puml @@ -3,7 +3,9 @@ salt { - Woche vom <&calendar> bis zum <&calendar> + {/ Täglich | Wöchentlich } + Woche vom + "0000-00-00 <&calendar>" [<&chevron-left> Woche zurück] | [Woche vor <&chevron-right>] {! Montag | "00:00:00 <&clock>" @@ -14,7 +16,7 @@ salt Samstag | "00:00:00 <&clock>" Sontag | "00:00:00 <&clock>" } - [Übernehmen <&plus>] + [Übernehmen und weiter <&plus>] [Abbrechen <&action-undo>] } @enduml \ No newline at end of file