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

Open many collection objects all at once #3672

Closed
tmcelrath opened this issue Nov 29, 2023 · 8 comments
Closed

Open many collection objects all at once #3672

tmcelrath opened this issue Nov 29, 2023 · 8 comments
Assignees
Labels
enhancement Suggest an improvement to an existing function.

Comments

@tmcelrath
Copy link

Feature or enhancement

When I am in Filter CO.
And I want to clean data in TW
Then I want to search for a set of objects
Then I want to open ALL of those objects in different tabs.
Otherwise, I have to click twice (Radial CO, then Comprehensive) to open every single thing that needs edited.

Location

Filter CO

Screenshot, napkin sketch of interface, or conceptual description

Need an addition somewhere in radials to "Batch Open". NOT batch edit, because every object is different in this case, and I need to open every one.

Your role

Collection manager

@tmcelrath tmcelrath added the enhancement Suggest an improvement to an existing function. label Nov 29, 2023
@proceps
Copy link
Contributor

proceps commented Nov 29, 2023

Yes, I asked for the same for filter nomenclature and filter sources...

@mjy
Copy link
Member

mjy commented Nov 30, 2023

Checking to see if this is permitted in code, I suspect it's not. Imagine visiting a website and allowing them to open millions of tabs.

@tmcelrath
Copy link
Author

Alternative is being able to create a "set" of objects and pin it - which can then be browsed with "next" and "previous" in Browse or Edit tasks.

@mjy
Copy link
Member

mjy commented Nov 30, 2023

Well, you can easily tag sets. IIRC we had something we experimented with that if the Tag Keyword is preferred you had the option to navigate with it.

@LordFlashmeow
Copy link
Contributor

LordFlashmeow commented Dec 14, 2023

No, this is 100% doable if the user enables "popups and redirects" in their browser's site settings for sfg.taxonworks.org (or sandbox domain).

You can run window.open(url, '_blank') in a loop—every call will open a new tab.

You could probably implement a "batch navigation radial" next to Radial Filter and the other radials in the top right.

@mjy
Copy link
Member

mjy commented Mar 22, 2024

@jlpereira Maybe we cap this at 25 for now?

@tmcelrath
Copy link
Author

Would prefer at least 50.

@mjy
Copy link
Member

mjy commented Mar 22, 2024

@jlpereira likely need to pause between records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggest an improvement to an existing function.
Projects
None yet
Development

No branches or pull requests

5 participants