added store
This commit is contained in:
parent
ea6546ec17
commit
0570e47be9
6 changed files with 208 additions and 151 deletions
36
README.md
36
README.md
|
|
@ -1,30 +1,6 @@
|
|||
# iroon
|
||||
## todo:
|
||||
- [x] extract order creation form into it's own element
|
||||
- [x] option to add additional cakes
|
||||
- [x] saving orders on server
|
||||
- [ ] displaying orders
|
||||
- [x] move id to cake struct
|
||||
- [x] refresh the list on submission
|
||||
- [ ] persistent storage
|
||||
- [x] rudimentary css
|
||||
## ux design
|
||||
### adding an order:
|
||||
1. user selects the _add order_ button
|
||||
1. the button should open an order creation menu
|
||||
2. user enters the customer details
|
||||
1. incorrect details are highlighted
|
||||
2. user can't submit an incorrect order
|
||||
3. user selects the cakes to add from the list
|
||||
1. the list should be scrollable, with a search box if needed
|
||||
2. added cakes should appear next to other order details
|
||||
3. the user can change the count, or remove the cake entirely
|
||||
4. user submits the order
|
||||
1. after submission the user should get a confirmation, and an order id along with the link to said order page
|
||||
2. the form should disappear after submission
|
||||
3. there should be a button to go back to creating a new form
|
||||
### adding a new cake:
|
||||
1. user selects the _new cake_ button
|
||||
2. enters the new details
|
||||
3. user selects submit
|
||||
|
||||
- [ ] filtering by date, location
|
||||
- [ ] saving to db
|
||||
- [ ] auth
|
||||
- [ ] adding cakes
|
||||
- [ ] save order/cake should return an error
|
||||
- [ ] change store to zero value representing new object
|
||||
Loading…
Add table
Add a link
Reference in a new issue