From 2cde068e07a9ccb6d838c6b99a42fe06e7188b30 Mon Sep 17 00:00:00 2001 From: hansebastian Date: Mon, 9 Nov 2020 21:18:49 +0800 Subject: [PATCH] Update DG --- docs/DeveloperGuide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 93ed3c823de..655c44da311 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -1060,7 +1060,8 @@ Indicate that the appointment has not been completed. Actor: User -Preconditions: Appointment exists in appointment list, and it is
indicated as done.
+Preconditions: Appointment exists in appointment list, and it is
+indicated as done.
Guarantees: Appointment indicated as not done. @@ -1115,7 +1116,8 @@ Delete the selected revenue from the revenue list. Preconditions: Revenue exists in revenue list. -Guarantees: Revenue that was generated by the appointment specified
is deleted upon marking the appointment as not done.
+Guarantees: Revenue that was generated by the appointment specified
+is deleted upon marking the appointment as not done.
MSS 1. User marks the appointment as not done(UC005).