Content
View differences
Updated by Parimal Satyal 17 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**
* There are buttons in both On the Backlogs Backlog and Sprints sections of sprints page, there is a button on the page backlogs side that lets users filter and show only specific backlog buckets or sprints. triggers a multi-select SelectPanel:
* The two buttons use the standard [**SelectPanel**](https://qa.openproject-edge.com/lookbook/pages/components/select_panel) component.
* The initial label on the buttons will be button is titled "**All backlog buckets**" and "**All sprints**" when no filtering is applied. The label will be grey. buckets"**
* The labels will be "**Backlogs (2)**" and "**Sprint (2)**" when active, and in a darker black colour.
* The "(2)" represents a counter component.
* For backlogs:
* 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.
* For sprints: On the Backlog and sprints page, there is a button on the sprints side that triggers a multi-select SelectPanel:
* On click, The button is titled "**All sprints"**
* Clicking on **Sprints** means the user sees can view all existing sprints (active and in planning) available to the project. 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 user has to click two buttons use the standard [**Select Panel**](https://qa.openproject-edge.com/lookbook/pages/components/select_panel) component.
* The initial label on the buttons will be "All backlog buckets" and "All sprints" when no filtering is applied; and "Backlogs (2)" and "Sprint (2)" when active.
* The "(2)" represents a counter component.
* We're going to with the approach where we have an Apply button to enable submit the filtering.
* The SelectPanel has a footer implemented at this feature level with two buttons:
* **Clear** Clear (secondary, clears the selection and goes back to default state, submits the request and closes the panel)
* **Apply** Apply (primary, submits the request and closes the panel)
* You do not have to not implement the counter in the Apply button, apply button with counter, we already have a feature to implement this separately: <mention for this: <mention class="mention" data-id="75516" data-type="work_package" data-text="##DREAM-700" data-display-id="DREAM-700">##DREAM-700</mention>
**Technical notes**
* 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.
**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**
* There are buttons in both
* The two buttons use the standard [**SelectPanel**](https://qa.openproject-edge.com/lookbook/pages/components/select_panel) component.
* The initial label on the buttons will be
* The labels will be "**Backlogs (2)**" and "**Sprint (2)**" when active, and in a darker black colour.
* The "(2)" represents a counter component.
* For backlogs:
* On click, the user sees all existing buckets (identifiable by names) + backlog inbox. Backlog buckets appear on top. Backlog inbox at the bottom.
* On click,
* Clicking on **Sprints** means
* 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.
*
**Technical notes**
*
* The initial label
* The "(2)" represents a counter component.
* We're going to with the approach where we have an
* The SelectPanel has a footer implemented at this feature level with two buttons:
* **Clear**
* **Apply**
* You do not have to
**Technical notes**
* 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.
**Permissions and visibility considerations**
* _\-_
**Translation considerations**
* _\-_
**Out of scope**
* Storing the selected values in the backend.