To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSorting orders in admin
In order to better grasp orders
As a owner
I need filter them
- Scenarios
-
- Filtering by month
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set filtering by month
- And
- I choose first month
- Then
- I should see only first order
- Filtering by range
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set filtering by range
- And
- I choose range to begin with first month
- And
- I choose range to end with second month
- Then
- I should see two first orders
- Filtering by type
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set filtering by type
- And
- I choose waiting orders
- Then
- I should see only waiting orders
Last published almost 7 years ago by pepe.