Skip to content

Commit

Permalink
Merge pull request #223 from pjanthony2001/106-ug-ped
Browse files Browse the repository at this point in the history
Update DG
  • Loading branch information
pjanthony2001 committed Apr 15, 2024
2 parents 1847255 + 16c79e8 commit f3956a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ The above sequence diagram shows the entire mechanism in detail.
* ScheduleDeleteCommand
* UpdateCommand

* For `display` Command calling `undo` would show that `update` was undone because the `display` command runs the `update` command silently.

=======
### Shortcuts feature

The shortcuts mechanism is similar to the undo/redo mechanism. It is facilitated by `BufferedHistoryManager`. This class implements certain methods:
Expand Down Expand Up @@ -1020,10 +1023,13 @@ Ensure the command history isn’t affected when an error is thrown in the displ
Justification: <br>
This enhancement allows users to revert back to a previous state even if they face an error when trying to display a client

#### Enhancement 6: Find command error
#### Enhancement 6: Updating a client with the same details does not give more feedback

Feature Flaw/Bug: <br>
Currently, updating a client with the same details do not give user feedback in the result display.

Proposed Enhancement: <br>
Give user feedback in the result display.

Justification: <br>
This adds to the user-friendliness of the application.

0 comments on commit f3956a0

Please sign in to comment.