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

Implement Order List API #75

Open
italopessoa opened this issue May 22, 2024 · 0 comments
Open

Implement Order List API #75

italopessoa opened this issue May 22, 2024 · 0 comments
Assignees
Labels
api architecture Something related to architecture definition Phase 2 Kubernetes Management refactor

Comments

@italopessoa
Copy link
Member

italopessoa commented May 22, 2024

Feature Request: Implement API Endpoint for Ordered List of Orders

Description:

Create an API endpoint that returns a list of orders, ordered according to the following criteria:

  • Priority:
    • Ready
    • In Preparation
    • Received
  • Chronological Order:
    • Oldest orders first
    • Newest orders last

Additional Requirements:

  • Orders with status "Finished" should be excluded from the list.
  • The response should include the following information for each order:
    • Order ID
    • Order Status
@italopessoa italopessoa added architecture Something related to architecture definition Phase 2 Kubernetes Management refactor labels May 22, 2024
@italopessoa italopessoa self-assigned this May 27, 2024
italopessoa added a commit that referenced this issue May 29, 2024
- Ready > In Preparation > Received
- Oldest orders first and newest orders last
- Orders with status Finished should not appear in the list.
italopessoa added a commit that referenced this issue May 30, 2024
italopessoa added a commit that referenced this issue Jun 11, 2024
- it now allows the client to choose whether it wants to list all the orders or just the ones with specific statuses
italopessoa added a commit that referenced this issue Jun 11, 2024
- it now allows the client to choose whether it wants to list all the orders or just the ones with specific statuses
italopessoa added a commit that referenced this issue Jun 11, 2024
chore: add listAll param on get all orders endpoint #75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api architecture Something related to architecture definition Phase 2 Kubernetes Management refactor
Projects
Status: On hold
Development

No branches or pull requests

1 participant