Skip to content

Commit

Permalink
Merge pull request #82 from AY1920S1-CS2103-T14-4/UpdateDocs_CW
Browse files Browse the repository at this point in the history
update user stories for budget in DG
  • Loading branch information
Cary-Xx committed Oct 30, 2019
2 parents 1c7590f + 800e36a commit d2c7b95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (un

|`* * *` |user |terminate a recurring expense |

|`* * ` |user |create a recurring expense |don't have to input recurring expenses every time
|`* *` |user |create a recurring expense |don't have to input recurring expenses every time

|`* *` |user |retrieve list of all recurring expenses |view all my recurring expenses

Expand All @@ -360,6 +360,12 @@ Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (un

|`* * *` |user |set a budget for a period |track my expenses according to the budget amount

|`* * *` |user |delete a budget |remove a budget that is not needed anymore

|`* * *` |user |edit a budget |change my budget details

|`* * *` |user |view a list of my budgets |see what budgets i have already set

|`* * *` |user |view a budget |know my expenses and how much I have left to spend in the budget

|`* *` |user |be notified every time I add an expense if I have less than 50% of my budget left |notify myself that i may be spending too much according to my budget
Expand Down

0 comments on commit d2c7b95

Please sign in to comment.