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 sorting them
- Scenarios
-
- Sorting by price
- Sorting by state
- Sorting by order no
- Sorting by price from lowest
- Sorting by state from confirmed
- Sorting by order no from first
- Sorting by price
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by price
- Then
- I see bigest price first
- Sorting by state
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by state
- Then
- I see paid order last
- Sorting by order no
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by number
- Then
- I see first order first
- Sorting by price from lowest
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by price ascended
- Then
- I see bigest price last
- Sorting by state from confirmed
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by state ascended
- Then
- I see paid order first
- Sorting by order no from first
-
- Given
- 3 orders were made by customer
- And
- I go to orders admin
- When
- I set ordering by number ascended
- Then
- I see first order last
Last published almost 7 years ago by pepe.