Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order Queue (Frontend) #16

Open
Zio-4 opened this issue Oct 7, 2022 · 1 comment
Open

Order Queue (Frontend) #16

Zio-4 opened this issue Oct 7, 2022 · 1 comment

Comments

@Zio-4
Copy link
Contributor

Zio-4 commented Oct 7, 2022

No description provided.

@Zio-4 Zio-4 changed the title Order Queue Order Queue (Frontend) Oct 7, 2022
@Zio-4
Copy link
Contributor Author

Zio-4 commented Oct 7, 2022

The order queue will be orders that have just been processed.

The order's on the back front end side will have a status:

  • Up next
  • Currently being made
  • Done

The order queue will be displayed in a grid or in a list.

The order status will send an API to the backend to update the order object in the database.

Steps:

  1. Fetch all active orders from the backend
  2. Put it in the state
  3. Display the orders by status
  4. Create a status button that has a dropdown to change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant