No description
Find a file
2025-01-27 16:02:27 +01:00
public fixed order popup 2025-01-27 16:02:27 +01:00
.gitignore Initial commit 2025-01-26 16:10:35 +01:00
go.mod new order popup 2025-01-26 17:40:15 +01:00
main.go fixed order popup 2025-01-27 16:02:27 +01:00
README.md fixed order popup 2025-01-27 16:02:27 +01:00

iroon

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