-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
References: #49, #50 Signed-off-by: Prince Muel <[email protected]>
- Loading branch information
1 parent
9ef2d53
commit fb7aeed
Showing
3 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# User Stories for Invoicer | ||
|
||
The user should be able to: | ||
|
||
1. - [ ] View the optimal layout for the app depending on their device's screen size | ||
2. - [x] See hover states for all interactive elements on the page | ||
3. - [x] Create, read, update, and delete invoices | ||
4. - [x] Receive form validations when trying to create/edit an invoice | ||
5. - [x] Save draft invoices, and mark pending invoices as paid | ||
6. - [x] Get warning, success or error notifications while performing operations on an invoice | ||
7. - [x] Filter invoices by status (draft/pending/paid) | ||
8. - [x] Toggle the application's theme between light/dark modes | ||
9. - [x] Keep track of any changes, even after refreshing the browser | ||
10. - [x] Sign in and out of the application |
This file was deleted.
Oops, something went wrong.