-
Notifications
You must be signed in to change notification settings - Fork 4
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 DG with the correct diagram names #127
Update DG with the correct diagram names #127
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #127 +/- ##
=========================================
Coverage 71.11% 71.11%
Complexity 479 479
=========================================
Files 79 79
Lines 1662 1662
Branches 160 160
=========================================
Hits 1182 1182
Misses 419 419
Partials 61 61 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM!
@@ -185,7 +185,7 @@ Step 2. The user executes `add n/John Doe …` to add the person in the address | |||
|
|||
The following sequence diagram shows how an undo operation goes through the `Logic` component: | |||
|
|||
<puml src="diagrams/AddCommandSequenceDiagram.puml" alt="AddCommandSequenceDiagram" /> | |||
<puml src="diagrams/AddCommandDiagram.puml" alt="AddCommandDiagram" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@@ -312,7 +312,7 @@ The following sequence diagram shows how a find operation goes through the `Logi | |||
|
|||
The following activity diagram summarizes what happens when a user executes a new command: | |||
|
|||
<puml src="diagrams/FindCommandActivityDiagram.puml" width="250" /> | |||
<puml src="diagrams/FindCommandActivityDiagram.puml" width="250" align="center"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this nicely centralizes the image :)
Fixed the naming of diagrams to fix the broken images on the website.
Closes #126.