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

List Manager Improvements #5259

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

List Manager Improvements #5259

wants to merge 8 commits into from

Conversation

dwaring87
Copy link
Member

@dwaring87 dwaring87 commented Dec 18, 2024

Description

This adds some improvements to the List Manager Dialog:

  • Add some filter options to make it easier for users to find a list they're interested in. You can now filter by list data type and toggle the display of the autocreated accession lists (these tend to pollute the table of lists if the user has done a lot of uploads).

Screenshot from 2024-12-18 15-01-29

  • It retains the current page and sorting column when the table is refreshed after an event (ie, making a list public)
  • Updates the function for combining 2 or more lists. You can now combine list items from multiple lists into a new list using a union or intersection operation.

Screenshot from 2024-12-18 15-05-28

  • It also fixes a long-standing bug when selected lists in the group column after the page size has changed

Fixes #2230

Checklist

  • Refactoring only
  • Documentation only
  • Fixture update only
  • Bug fix
    • The relevant issue has been closed.
    • Further work is required.
  • New feature
    • Relevant tests have been created and run.
    • Data was added to the fixture
      • Data was added via a patch in /t/data/fixture/patches/.
    • User-Facing Change
      • The user manual in /docs has been updated.
    • Any new Perl has been documented using perldoc.
    • Any new JavaScript has been documented using JSDoc.
    • Any new legacy JavaScript has been moved from /js to /js/source/legacy.

@dwaring87 dwaring87 changed the title Topic/list improvements List Manager Improvements Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

list: intersect and deletion features
1 participant