Content
View differences
Updated by Parimal Satyal 18 days ago
**As** a team member in a scrum project
**I want to** be able to select and view small or large sets in my backlog bucket and sprints bucket
**so that** I can view a specific backlog and sprint at a glance.
<br>
**Acceptance criteria**
* On the Backlog and sprints page, there is a button on the backlogs side that triggers a multi-select SelectPanel:
* The button is titled "**Backlog buckets"** items"**
* On click, the user sees all existing buckets (identifiable by names) + backlog inbox. Backlog buckets appear on top. Backlog inbox at the bottom.
* The buckets within the backlog can be filtered (using the text filter) to only show a specific backlog bucket \[e.g, Low-hanging fruit\] or multiple buckets.
* On the Backlog and sprints page, there is a button on the sprints side that triggers a multi-select SelectPanel:
* The button is titled "**Sprints"** "**Sprints"**
* Clicking on **Sprints** means the user can view all existing sprints grouped by buckets.
* The items within the sprints can be filtered to only show a specific sprint bucket \[e.g, Sprint 2-Discovery\] or multiple sprint buckets.
* Only active and in planning sprints are available for selection.
* Selections made in the above selectors are reflected in the URL. Sharing URL url will carry the selected sprints and buckets to the new page load.
**Technical notes**
* The two buttons use the standard [**Select Panel**](https://qa.openproject-edge.com/lookbook/pages/components/select_panel) component without any custom code.
* The footer has an additional 'clear' button that doesn't come with the component but which the component allows. So the footer includes two buttons:
* "Clear" (secondary): Goes back to default state (none selected) and closes the panel.
* "Apply" (primary): Applies the current selection and closes the panel.
* **Note:** Adding a counter to this apply button is out of scope, will be handled within the component in <mention class="mention" data-id="75516" data-type="work_package" data-text="##SDS-700" data-display-id="SDS-700">##SDS-700</mention>.
**Permissions and visibility considerations**
* _\-_
**Translation considerations**
* _\-_
**Out of scope**
* Storing the selected values in the backend.
**I want to** be able to select and view small or large sets in my backlog bucket and sprints bucket
**so that** I can view a specific backlog and sprint at a glance.
<br>
**Acceptance criteria**
* On the Backlog and sprints page, there is a button on the backlogs side that triggers a multi-select SelectPanel:
* The button is titled "**Backlog buckets"**
* On click, the user sees all existing buckets (identifiable by names) + backlog inbox. Backlog buckets appear on top. Backlog inbox at the bottom.
* The buckets within the backlog can be filtered (using the text filter) to only show a specific backlog bucket \[e.g, Low-hanging fruit\] or multiple buckets.
* On the Backlog and sprints page, there is a button on the sprints side that triggers a multi-select SelectPanel:
* The button is titled "**Sprints"**
* Clicking on **Sprints** means the user can view all existing sprints grouped by buckets.
* The items within the sprints can be filtered to only show a specific sprint bucket \[e.g, Sprint 2-Discovery\] or multiple sprint buckets.
* Only active and in planning sprints are available for selection.
* Selections made in the above selectors are reflected in the URL. Sharing URL url will carry the selected sprints and buckets to the new page load.
**Technical notes**
* The two buttons use the standard [**Select Panel**](https://qa.openproject-edge.com/lookbook/pages/components/select_panel) component without any custom code.
* The footer has an additional 'clear' button that doesn't come with the component but which the component allows. So the footer includes two buttons:
* "Clear" (secondary): Goes back to default state (none selected) and closes the panel.
* "Apply" (primary): Applies the current selection and closes the panel.
* **Note:** Adding a counter to this apply button is out of scope, will be handled within the component in <mention class="mention" data-id="75516" data-type="work_package" data-text="##SDS-700" data-display-id="SDS-700">##SDS-700</mention>.
**Permissions and visibility considerations**
* _\-_
**Translation considerations**
* _\-_
**Out of scope**
* Storing the selected values in the backend.