Skip to content

Commit

Permalink
Merge pull request #373 from ethanwangkangen/developerGuide3
Browse files Browse the repository at this point in the history
Change image size of UML diagrams in DG
  • Loading branch information
annabellekk authored Nov 12, 2024
2 parents 9287559 + c5b6dde commit 1867ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Certain components will require the instance of the `Model` itself. For example,

Here's a (partial) class diagram of the `Logic` component:

<img src="images/LogicClassDiagram.png" width="750"/>
<img src="images/LogicClassDiagram.png" width="550"/>

The sequence diagram below illustrates the interactions within the `Logic` component, taking `execute("delete S00001")` API call as an example.

Expand Down

0 comments on commit 1867ef0

Please sign in to comment.