Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DeveloperGuide.md #156

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ Given below is the example usage scenario and how the add group mechanism behave

9. Finally, the `EditGroupCommand` creates a `CommandResult` with a success message and return it to the `LogicManager` to complete the command execution.

<div style="page-break-after: always;"></div>

The following sequence diagram shows how the `editgroup` mechanism works:

<img src="images/EditgroupSequenceDiagram.png" width="900" />

<div style="page-break-after: always;"></div>

The following activity diagram summarizes what happens when a user executes the `editgroup` command:

<img src="images/EditgroupActivityDiagram.png" width="900" />
Expand Down
2 changes: 0 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,6 @@ _coming soon ..._

--------------------------------------------------------------------------------------------------------------------

<div style="page-break-after: always;"></div>

## <span id='feature-summary'> Command summary <span>

| Action | Format, Examples |
Expand Down
Loading