Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Option Ordering #6

Open
Pedro-CAB opened this issue Mar 15, 2022 · 0 comments
Open

Option Ordering #6

Pedro-CAB opened this issue Mar 15, 2022 · 0 comments
Labels
user story Won't Will Not Have (MoSCoW) XS

Comments

@Pedro-CAB
Copy link
Collaborator

Pedro-CAB commented Mar 15, 2022

As a FEUP Community Student, I want the app to order the list of options for each category from the emptiest/fastest to the fullest/slowest so that I can have my needs fulfilled.

User Interface Mockups

Order By Category

image

Acceptance tests

Scenario: The user selects a the "A-Z" sorting option for the options displayed
Given the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "A-Z" as the sorting method for the page
Then the app displays the options in alphabetical order.

Scenario: The user selects a the "Emptier-Fuller" sorting option for the options displayed
Given the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the emptiest to the fullest in terms of occupancy data in the app.

Scenario: The user selects a the "Faster-Slower" sorting option for the options displayed
Given the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the fastest to the slowest in terms of line.

Scenario: The user selects a the "Emptier-Fuller" sorting option for the options displayed
Given the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the emptiest to the fullest in terms of occupancy.

Scenario: The user selects a the "Order By Nothing" sorting option for the options displayed
Given the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Order by Nothing" as the sorting method for the page
Then the app displays the options in the default order.
@Pedro-CAB Pedro-CAB added user story complete Issue Completely Described labels Mar 30, 2022
@malu1608 malu1608 removed the complete Issue Completely Described label Apr 3, 2022
@Pedro-CAB Pedro-CAB added the complete Issue Completely Described label Apr 3, 2022
@malu1608 malu1608 added the M label Apr 6, 2022
@malu1608 malu1608 closed this as completed Apr 6, 2022
@Pedro-CAB Pedro-CAB reopened this Apr 6, 2022
@malu1608 malu1608 added S M and removed M labels Apr 6, 2022
@splm02 splm02 removed the complete Issue Completely Described label Apr 10, 2022
@splm02 splm02 added the Could Could Have (MoSCoW) label Apr 26, 2022
@malu1608 malu1608 added XS and removed S labels Jun 5, 2022
@Pedro-CAB Pedro-CAB added Won't Will Not Have (MoSCoW) and removed Could Could Have (MoSCoW) labels Jun 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
user story Won't Will Not Have (MoSCoW) XS
Projects
None yet
Development

No branches or pull requests

3 participants