No description
| .gitignore | ||
| form.html | ||
| go.mod | ||
| go.sum | ||
| index.html | ||
| main.go | ||
| README.md | ||
iroon
todo:
- extract order creation form into it's own element
- option to add additional cakes
- saving orders on server
- displaying orders
- move id to cake struct
- refresh the list on submission
- persistent storage
- rudimentary css
ux design
adding an order:
- user selects the add order button
- the button should open an order creation menu
- user enters the customer details
- incorrect details are highlighted
- user can't submit an incorrect order
- user selects the cakes to add from the list
- the list should be scrollable, with a search box if needed
- added cakes should appear next to other order details
- the user can change the count, or remove the cake entirely
- user submits the order
- after submission the user should get a confirmation, and an order id along with the link to said order page
- the form should disappear after submission
- there should be a button to go back to creating a new form
adding a new cake:
- user selects the new cake button
- enters the new details
- user selects submit