Skip to content

Commit

Permalink
Fix DG sequence diagram for cat and vis
Browse files Browse the repository at this point in the history
  • Loading branch information
wwweert123 committed Nov 2, 2023
1 parent 59beb3d commit 810c718
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/diagrams/vis/categorizerSequence.puml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ participant "<<class>>\nCategorizer"

":VisCommand"-> "<<class>>\nCategorizer": Categorizer.sortType(cashflowList, type)

alt type == "expense"
alt "expense"
"<<class>>\nCategorizer" -> "<<class>>\nCategorizer": sortExpenses(cashflowList)
return
else type == "income"
else "income"
"<<class>>\nCategorizer" -> "<<class>>\nCategorizer": sortIncome(cashflowList)
return
end
Expand Down
6 changes: 3 additions & 3 deletions docs/diagrams/vis/visualizerSequence.puml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ participant "<<class>>\nVisualizer"

activate "<<class>>\nVisualizer"

alt chart == "pie"
alt "pie"
"<<class>>\nVisualizer" -> "<<class>>\nVisualizer": displayPieChart(cashflowList, type)
else chart == "bar"
else "bar"
"<<class>>\nVisualizer" -> "<<class>>\nVisualizer": displayBarChart(cashflowList, type)
else chart == "radar"
else "radar"
"<<class>>\nVisualizer" -> "<<class>>\nVisualizer": displayRadarChart(cashflowList, type)
end

Expand Down
Binary file modified docs/images/vis/categorizerSequence.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/images/vis/visualizerSequence.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 810c718

Please sign in to comment.