Skip to content

Commit

Permalink
Merge pull request #139 from jared98lyj/branch-developer-guide
Browse files Browse the repository at this point in the history
Update DG: Branch developer guide
  • Loading branch information
yutingzou authored Mar 24, 2021
2 parents 677cd6a + ade94c3 commit a05a699
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,20 @@ Additionally, it implements the following operations:
These operations are exposed in the `Logic` interface by parsing respective `AddReminderCommand`,
`DeleteReminderCommand` and `EditReminderCommand`.

### [Proposed Budget Feature]
#### Proposed Implementaion
The proposed budget feature is to facilitate the user to keep track of the total
of his own appointments and whether it is within the budget he has set for
himself. The budget is an optional feature, and can easily be added through
CLI.
It supports the following operations:
#### `command` - example usage
* `add_budget budget_size` - add_budget b/500
* `edit_budget budget_size` - edit_budget b/600
* `delete_budget` - delete_budget
* `view_budget` - view_budget


Given below is example usage scenarios and how the reminder features behave.

_{More to be added}_
Expand Down

0 comments on commit a05a699

Please sign in to comment.