Skip to content

Commit

Permalink
Doc Fix and PPP Fix (#218)
Browse files Browse the repository at this point in the history
* Doc Update

* Minor Fix

* Added Label for Image

* Minor fix on Manual Testing

* no message

* Doc fixing

* Minor fixes and updates
  • Loading branch information
Snookerballs committed Nov 12, 2018
1 parent 741a25e commit dd39514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ categories and costs.

. Updating the Budget Panel

.. Prerequisites: Create a new account using `signup x` where x is any valid username and login to said account using `login u/x`.
.. Prerequisites: Create a new account using `signup x` where x is any valid username and login to said account using `login u/x`.run
Test cases should be performed one after the other.
.. Test case: `add n/test c/test $/4.00` +
Expected: `BudgetPanel#budgetBar` should be updated . `BudgetPanel#expenseDisplay` should be updated to display "$4.00".
Expand Down
2 changes: 1 addition & 1 deletion docs/team/jasonchong96.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This portfolio aims to document the contributions made by *Jason Chong Yi Sheng* to the *ExpenseTracker*.

*ExpenseTracker* is a desktop expense tracking application developed to aid users in tracking their expenses and
save money. The user interacts with it using a Command Line Interface (CLI), and it has a Graphical User Interface
saving money. The user interacts with it using a Command Line Interface (CLI), and it has a Graphical User Interface
(GUI) created with JavaFX library. It is written in Java, and has about 28 kLoC. The product was morphed from an https://github.com/nus-cs2103-AY1819S1/addressbook-level4[Address Book] over a period of 8 weeks
under the constraints described https://nus-cs2103-ay1819s1.github.io/cs2103-website/admin/project-constraints.html[here].

Expand Down
2 changes: 1 addition & 1 deletion docs/team/snookerballs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ of financial applications.
*Highlights*

* Creativity and many design considerations were required to get the *Expense Tracker* GUI to look and function as I had envisioned.
* Additional features animation and dynamic changing of text color were also implemented for the GUI for improved visual feedback.
* Additional features such as animation and dynamic changing of text color were also implemented for the GUI for improved visual feedback.
* The implementation of the Notification System, in particular, was challenging as it involved making additions and modifications to all components of *Expense Tracker*.

*Minor enhancements*:
Expand Down

0 comments on commit dd39514

Please sign in to comment.