Skip to content

Commit

Permalink
Merge pull request #149 from Alfred-Goh02/branch-DG
Browse files Browse the repository at this point in the history
Fix UML Diagrams for DG
  • Loading branch information
Alfred-Goh02 authored Nov 6, 2024
2 parents 6b391dc + c1d1ff9 commit 1ec965a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ display the chart from XChart.

Finally, the XChart library will be called to build the chart and display it with SwingWrapper.

The following UML Sequence diagram shows how Parser works to obtain all relevant inputs for this feature.
We assume that the command for this feature has already been created and returned to `BudgetBuddy`.
The following UML Sequence diagram shows how the command is executed for this feature. <br>
We assume that the command for this feature has already been created and returned to `BudgetBuddy`. <br>
The starting arrow indicates return of the command based on the sequence diagram at [3.5 Validator Classes](#35-validator-classes)

![DisplayMonthlyExpenses.drawio.png](diagrams/DisplayMonthlyExpenses.drawio.png)
Expand Down Expand Up @@ -320,8 +320,8 @@ The following methods in `ExpensesCategoryPieChart` class is called by

Finally, the XChart library will be called to build the chart and display it with SwingWrapper.

The following UML Sequence diagram shows how Parser works to obtain all relevant inputs for this feature.
We assume that the command for this feature has already been created and returned to `BudgetBuddy`.
The following UML Sequence diagram shows how the command is executed for this feature. <br>
We assume that the command for this feature has already been created and returned to `BudgetBuddy`. <br>
The starting arrow indicates return of the command based on the sequence diagram at [3.5 Validator Classes](#35-validator-classes)

![DisplayExpensesWithCategories.drawio.png](diagrams/DisplayExpensesWithCategories.drawio.png)
Expand Down
Binary file modified docs/diagrams/DisplayExpensesWithCategories.drawio.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 modified docs/diagrams/DisplayMonthlyExpenses.drawio.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 1ec965a

Please sign in to comment.