You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a quality manager I want to filter/sort/browse measurement entities so that I can quickly find relevant entities.
Acceptance criteria
Make sure ignoring won't fix/false positive/fixed entities keeps working (the eye icon). Entities are hidden regardless of which page they are on.
Sorting works across pages.
Filtering limits the visible entities across pages.
Make sure all measurement entities are visible when the report is exported to PDF.
Assumptions
Even without limit, there won't be so many entities that the frontend can't do the sorting and filtering or that we get performance problems. If we do, we can move the page size, sorting, and filtering to Mongo or the API-server
Out of scope
Pagination/filtering of subject/metric tables
Tasks
Components
Front-end
Show measurement entities in a table with pagination (usual buttons: first page, previous page, next page, last page)
Add a filter text box to the table footer that filters entities. Match a concatenation of all measurement entity fields.
After retrieving the data, sort and filter, and then have the table display the result
Documentation
Update changelog
Add instruction to user manual
Update screenshots
Update software documentation
The text was updated successfully, but these errors were encountered:
User story
As a quality manager I want to filter/sort/browse measurement entities so that I can quickly find relevant entities.
Acceptance criteria
Assumptions
Out of scope
Tasks
Components
Front-end
Documentation
The text was updated successfully, but these errors were encountered: