[CS2113T-F11-2] BudgetTracker#45
Open
WeiXuanYap wants to merge 639 commits into
Open
Conversation
APZH
reviewed
Oct 27, 2021
| Value proposition: allow users to record and track expenses more conveniently, | ||
| and thereby encourage them to have greater control over their finances. | ||
|
|
||
| ## User Stories |
There was a problem hiding this comment.
Should the user stories be sorted by version or type of user? Would it be neater and clearer?
| {Describe the design and implementation of the product. Use UML diagrams and short code snippets where applicable.} | ||
|
|
||
| ## Implementation | ||
| ###Delete feature |
There was a problem hiding this comment.
Missing a space after the '###', resulting in 'Delete feature' to not be identified as a header.
| <br/> **Step 5**. The Parser starts to parse the command, it extracts starting index 3, ending index 5, and month 10. As this is a range of expenditures to be deleted, the Parser class calls DeleteMultipleExpenditureCommand to work. By using a for loop, the 3 expenditures are successfully deleted and prints out a showMultipleExpenditureDeletedMessage from TextUi class. | ||
|
|
||
|
|
||
| ###Edit feature |
There was a problem hiding this comment.
Missing a space after the '###', resulting in 'Edit feature' to not be identified as a header.
| original source as well} | ||
|
|
||
| ## Design & implementation | ||
| ## Design |
There was a problem hiding this comment.
May I suggest the inclusion of UML diagrams to supplement the explanation of the features stated below, on top on the step by step guide currently included.
edit helpcommand and listrecordscommand
Update DG with implementation for Ui
EdisonZhong17 ppp update
storage test
1. Added JUnit test to AddExpenditureCommand and AddBudgetCommand 2. Added DG Diagrams for Data Component
Update UG with glossary
Add Introduction, Product Overview and Budgie in edit section
# Conflicts: # docs/UserGuide.md
update formatting
Update emoji in list in UG
Add identified tag table + Edit TOC
…into UserGuide # Conflicts: # docs/UserGuide.md
Reformat User Guide
Add emoji to delete part and page breaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target User: Tech-savvy students who have trouble keeping track of their expenses.
Value Proposition: Set guidelines for our users' spending habits so they do not exceed their budget and allow them to cut down on spending on areas which they tend to overspend.