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

Batch adding of data to the library #59

Open
tjkuson opened this issue Jan 19, 2023 · 0 comments
Open

Batch adding of data to the library #59

tjkuson opened this issue Jan 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tjkuson
Copy link
Member

tjkuson commented Jan 19, 2023

Describe the solution you would like
The ability to add multiple scans to the library in one operation.

Describe alternatives you have considered
Currently, only one scan can be added at a time. This works, but is a bit slow if you want to add multiple scans or projects.

Additional context
In terms of behind-the-scenes finding-and-adding of data, this is pretty easy. However, this might be a bit difficult from a user interface perspective. Currently, the user selects one scan, its format, and then views the metadata and adds it manually. Selecting, say, ten scans at once presents a few issues:

  • What if they are not, for example, all the same format?
  • How do we present the scan information to the user? If we show it all, that can be graphically overwhelming to the user. If we don't show all of the scan information, then that means the user cannot validate what it is they are adding. Neither seems optimal.
@tjkuson tjkuson added the enhancement New feature or request label Jan 19, 2023
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