Skip to content

Commit

Permalink
Merge pull request CS2103-AY1819S2-W15-2#286 from jamessspanggg/v1.4
Browse files Browse the repository at this point in the history
Fix DG errors
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

jamessspanggg authored Apr 15, 2019
2 parents 564f35a + 04e8216 commit 7342188
Showing 4 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
@@ -587,9 +587,9 @@ This creates a new `AddBudgetCommandParser` object which will help parse the inp

4. The `LogicManager` calls `AddBudgetCommand#execute()`, which will call `Model#updateFilteredBudgetList(Predicate<Budget>)` to update the list of budgets stored in the finance tracker.

7. `Model#addBudget(budget)` is then called to add the `budget` into the budget list.
5. `Model#addBudget(budget)` is then called to add the `budget` into the budget list.

8. The command result is then returned to the `LogicManager` which then returns it to the `UI` where the changes are then reflected on the user interface.
6. The command result is then returned to the `LogicManager` which then returns it to the `UI` where the changes are then reflected on the user interface.

===== Updating of budgets:
* When a new budget is added, the model checks the expense list for any expenses of that category which fall within the time frame of the added budget
@@ -825,6 +825,9 @@ Suggested path for new programmers:
*Value proposition*: manage finances faster than a typical mouse/GUI driven app

[appendix]

// end::product[]

== User Stories

Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (unlikely to have) - `*`
Binary file modified docs/images/AddBudgetSequenceDiagram.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/ModelClassDiagram.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/PayDebtSequenceDiagram.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 7342188

Please sign in to comment.