Skip to content

Commit

Permalink
Merge pull request #337 from ctzeyong/DeveloperGuide
Browse files Browse the repository at this point in the history
Developer Guide
  • Loading branch information
ctzeyong authored Nov 12, 2024
2 parents 7f36391 + e6eea66 commit 80b58bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Binary file modified docs/UML/addIncomeCommandSequence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/UML/addIncomeCommandSequence.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@startuml
actor User
participant Logic

User -> Logic: addIncome(commandArguments)
Logic -> Logic: addIncome(commandArguments)
activate Logic

Logic -> Logic: parseAmount(amount from input)
Expand Down
Binary file modified docs/UML/editEntryCommandSequence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions docs/UML/editEntryCommandSequence.puml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
@startuml

actor User

participant Logic
participant FinancialList


User -> Logic: editCommand(commandArguments)
Logic -> Logic: editCommand(commandArguments)
activate Logic

Logic -> Logic: processIndexToAmend(commandArguments)
Expand Down Expand Up @@ -78,7 +73,6 @@ destroy Expense
destroy Income
deactivate EditEntryCommand
destroy EditEntryCommand
Logic --> User
deactivate Logic
return

@enduml

0 comments on commit 80b58bd

Please sign in to comment.