I need a UI that allows me to query an order with constraints
So that I can query order and know the query results
Details
The form will intake query conditions.
Acceptance Criteria
Given order information in the UI,
I can input constraints in the form,
When I click on the query button on the UI,
Then an order is queried in the database,
Show a success or fail message on the UI,
And also show query results on the UI.
I need a UI that allows me to query an order with constraints So that I can query order and know the query results
Details
The form will intake query conditions.
Acceptance Criteria
Given order information in the UI, I can input constraints in the form, When I click on the query button on the UI, Then an order is queried in the database, Show a success or fail message on the UI, And also show query results on the UI.