Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/v1.4' into v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhocx committed Apr 14, 2019
2 parents 1bb9ba3 + 6101335 commit 0f03031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ This implementation is under Logic and Model components.

Below is the UML sequence diagram and a step-by-step explanation of an example usage scenario for `stats`.

(UML here)

image::StatCommandSequenceDiagram.png[width="800"]

1. User enters command `stats sd/01-01-2019`. The command is received by `FinanceTrackerParser`, which then creates a `StatsCommandParser` object. The created object then calls `StatsCommandParser.parse("stats sd/01-01-2019")` method. A `StatsCommand` object is then created with `StatsCommand(01-01-2019, 01-02-2019)` and returned to the `LogicManager`

Expand Down
Binary file added docs/images/StatCommandSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/team/zht96830.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
---

== Overview
This portfolio aims to document the contributions made by Goh Yin Hao to the Personal Finance Tracker.
This portfolio aims to document the contributions made by Teoh ZhiHui to the Personal Finance Tracker.

Personal Finance Tracker is a desktop finance tracker application used for tracking personal finances such as daily expenses, recurring expenses such as monthly electricity bills, budgets and debts owed to another party. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 30 kLoC. The product was morphed from an https://github.com/nus-cs2103-AY1819S2/addressbook-level4[Address Book] over a period of 8 weeks under the constraints described https://nus-cs2103-ay1819s2.github.io/cs2103-website/admin/project-constraints.html[here].

Expand Down Expand Up @@ -36,7 +36,7 @@ Personal Finance Tracker is a desktop finance tracker application used for track
** Enhancements to existing features:
*** Update logic component in Developer's Guide (Pull Request https://github.com/CS2103-AY1819S2-W15-2/main/pull/108[108], https://github.com/CS2103-AY1819S2-W15-2/main/pull/110[110])
*** Update commands to work for the Financial Tracker (Pull Request https://github.com/CS2103-AY1819S2-W15-2/main/pull/83[83], https://githubcom/CS2103-AY1819S2-W15-2/main/pull/88[88], https://github.com/CS2103-AY1819S2-W15-2/main/pull/96[96],...)
*** Added the implementation of statistics in Developer's Guide (Pull Request https://github.com/CS2103-AY1819S2-W15-2/main/pull/225[225])
*** Added the implementation of statistics in Developer's Guide (Pull Request https://github.com/CS2103-AY1819S2-W15-2/main/pull/225[225], https://github.com/CS2103-AY1819S2-W15-2/main/pull/281[281])

== Contributions to the User Guide

Expand Down

0 comments on commit 0f03031

Please sign in to comment.