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 DG with the correct diagram names #127

Merged

Conversation

tengcharmaine
Copy link

Fixed the naming of diagrams to fix the broken images on the website.

Closes #126.

@tengcharmaine tengcharmaine added this to the v1.3 milestone Mar 27, 2024
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.11%. Comparing base (e480339) to head (e6c6b75).

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.
📢 Have feedback on the report? Share it here.

Copy link

@jiahui0309 jiahui0309 left a 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" />

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"/>

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 :)

@tengcharmaine tengcharmaine merged commit 39cf4ea into AY2324S2-CS2103T-F14-2:master Mar 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken images in the developer's guide
2 participants