Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Keep visible columns selection on data tables #581

Open
6 tasks
paulushcgcj opened this issue Jan 31, 2025 · 0 comments
Open
6 tasks

[FEATURE]: Keep visible columns selection on data tables #581

paulushcgcj opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@paulushcgcj
Copy link
Contributor

User Story

As a "User", I want "To persist my selection of visible columns" when I access the data tables again, So that "I don't have to select again" when accessing the page

Additional Context

As part of ongoing discussions with the PO and designers, it seems users are requesting that the column selection be persisted when the user navigates away and back to the table during the next iterations of the search.

Initially, a good solution would be to keep it as a cookie or local storage configuration and later persist it to a preferences table to port it to other devices.

Acceptance Criteria

- [ ] Given "the results from a search are presented", When "I select a column to be visible", Then "column value should be displayed"
- [ ] Given "I execute another search on the same data table", When "the results appear", Then "I should see the same set of columns I've selected before"
- [ ] Given "I execute a search in different data table", When "the results appear", Then "the column selection should not conflict with other data tables"

Definition of Done Checklist

  • Ready to Demo in Sprint Review
  • Does what I have made have appropriate test coverage?
  • Documentation and/or scientific documentation exists and can be found
  • Peer Reviewed by 2 people on the team
  • Manual testing of all PRs in Dev and Prod
  • Merged
@paulushcgcj paulushcgcj added the enhancement New feature or request label Jan 31, 2025
@paulushcgcj paulushcgcj added this to the Soft Launch milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant