Skip to content

Commit

Permalink
Merge pull request CS2103-AY1819S2-W15-2#288 from zht96830/v1.4
Browse files Browse the repository at this point in the history
Update Documentation and Messages
  • Loading branch information
jamessspanggg authored Apr 15, 2019
2 parents b68d65c + 957b39f commit 194f441
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Format: `statstrend sd/START_DATE ed/END_DATE f/FREQUENCY`
[NOTE]
====
* START_DATE should be before END_DATE
* A maximum of 10 periods will be displayed. Please enter different variables to see Statistics that are truncated.
* A maximum of 10 periods will be displayed. Please enter different variables to see Statistics beyond the first 10 shown.
* The statistics displayed are only correct at the time of command execution. If any commands which modify the state of the Financial Tracker are added, the command has to be activated again for accurate statistics to be shown
====

Expand Down
3 changes: 2 additions & 1 deletion docs/team/zht96830.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Personal Finance Tracker is a desktop finance tracker application used for track
** Justification: This feature improves the product significantly because a user can now understand their spending habits at a glance
** Highlights: This feature allows a user to see what percentage of their expenses are spent on a particular category. The user can also quickly see how often they are spending through the expense counts.

* *Code contributed*: [https://nus-cs2103-ay1819s2.github.io/cs2103-dashboard/#search=zht96&sort=displayName&since=2019-02-10&until=2019-03-26&timeframe=day&reverse=false&repoSort=true[code collated by reposense]]
* *Code contributed*: https://nus-cs2103-ay1819s2.github.io/cs2103-dashboard/#search=zht968&sort=displayName&since=2019-02-10&until=2019-04-15&timeframe=day&reverse=false&repoSort=true[code collated by reposense]]

* *Other contributions*:

Expand All @@ -37,6 +37,7 @@ Personal Finance Tracker is a desktop finance tracker application used for track
*** 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], https://github.com/CS2103-AY1819S2-W15-2/main/pull/281[281])
*** Added test cases for Statistics class (https://github.com/CS2103-AY1819S2-W15-2/main/pull/287[287])

== Contributions to the User Guide

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private void trendStats(Date startDate, Date endDate, Frequency frequency) {

if (intervalCount == 10) {
this.html = html + "<br>\n"
+ "Maximum periods of 10 reached! <br>";
+ "Maximum periods of 10 reached! Only the first 10 periods will be shown. <br>";
}

this.html = html + "<br>"
Expand Down

0 comments on commit 194f441

Please sign in to comment.