Skip to content

Commit

Permalink
Add diagram into DG
Browse files Browse the repository at this point in the history
  • Loading branch information
tohlh committed Apr 14, 2024
1 parent 1f3025c commit 51f5400
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,11 @@ The user inputs the `mail` command followed by optional keywords specifying grou

The Mail Command feature provides an efficient way for users to compose emails to specific groups of students directly from the application. By leveraging the power of filtering, it allows for targeted communication while maintaining simplicity and ease of use.

The following activity diagram illustrates how the `mail` mechanism works:
The following sequence diagram illustrates how the `mail` mechanism works:

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

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

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

Expand Down Expand Up @@ -620,7 +624,11 @@ The user inputs the `mailtg` command followed by the `/g` prefix and the keyword

The Mailtg Command feature provides an efficient way for users to compose emails to specific groups of students directly from the application. By leveraging the power of filtering, it allows for targeted communication while maintaining simplicity and ease of use.

The following activity diagram illustrates how the `mailtg` mechanism works:
The following sequence diagram illustrates how the `mailtg` mechanism works:

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

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

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

Expand Down
Binary file added docs/images/MailSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/MailtgSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51f5400

Please sign in to comment.