From 1bab15fe6d6c4ea01bd58064b1cf0df9838de7cd Mon Sep 17 00:00:00 2001 From: Rachel Tai Ke Jia Date: Tue, 12 Nov 2024 13:02:30 +0800 Subject: [PATCH] Add enhancement for sequence diagram --- docs/DeveloperGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 2277737336b..ccf943a2fb9 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -1153,6 +1153,11 @@ Team size: 5 * **Enhancement:** Change the error message for cases where the time format is incorrect. * **Sample Input:** User enters `edit appt 3 d/2024-12-05 25:00` * **Expected Output:** The result display box shows `Invalid date-time format. Expected format: yyyy-MM-dd HH:mm. For example, 2024-04-24 13:00, which would be 24th March 2024, 1:00 PM. + +9. **The sequence diagram for the entity commands should include interactions with the `Model` class** +* **Flaw:** The current sequence diagram (EntityCommandSequenceDiagram.puml) for the entity commands does + not include interactions with the `Model` class. +* **Enhancement:** Update the sequence diagram to include interactions with the `Model` class. Reference frames can be included to show the interactions with the `Model` class for different commands.
--------------------------------------------------------------------------------------------------------------------