Skip to content

Commit

Permalink
Add enhancement for sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchell committed Nov 12, 2024
1 parent 98f15be commit 1bab15f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>

--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1bab15f

Please sign in to comment.