Skip to content

Conversation

@rashap224
Copy link

@rashap224 rashap224 commented Apr 25, 2025

Issue Reference : Resolves #310

  • This PR adds a state property to the Order schema in the draft specification. The state property references the State schema and is intended to represent the current state of an order, such as 'Pending', 'Processing', or 'Shipped'.
  • This addition enhances the draft specification by providing a more granular way to track the lifecycle of an order.

Changes Made

  • Updated Order.yaml to include the state property.
  • The state property references the State schema (/schema/State.yaml).

Adding Order.state aligns the draft spec with the stable spec and provides better clarity on order lifecycle management.

@rashap224
Copy link
Author

@ravi-prakash-v Kindly review the PR when possible. This adds Order.state to the draft spec, as discussed. Let me know if any changes are needed.

@rashap224 rashap224 changed the title Add state property to Order schema feat: Add state property to Order schema Apr 25, 2025
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

Successfully merging this pull request may close these issues.

Draft spec should also have Order.state

1 participant