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

Build export dialog #5672

Closed
2 tasks
philippotto opened this issue Aug 13, 2021 · 2 comments · Fixed by #6171
Closed
2 tasks

Build export dialog #5672

philippotto opened this issue Aug 13, 2021 · 2 comments · Fixed by #6171

Comments

@philippotto
Copy link
Member

philippotto commented Aug 13, 2021

Detailed Description

Currently, clicking on "Download" within the dropdown menu for an open annotation simply outputs a file (either NML or zip) and the user has to figure out how to deal with it. We could build an export modal which (implicitly) explains some stuff and provides options:

  • always show export/download modal (or only when there are indeed multiple options? I'd argue for always showing the modal and adding tooltips for disabled stuff)
  • modal should provide options/checkboxes, such as:
      1. Download Volume as wkw
      1. Download Volume as Tiff (if available)
      1. Skeleton as NML
      1. Other Layers as wkw/tiff
  • additionally, available bounding boxes could be selectable to restrict the volume export (skeleton will be untouched; the UI should reflect this)
  • link to wk (lib) docs to guide the user for further processing of the exported data

We already have a similar modal for exporting bounding boxes. We could re-use and overhaul that modal so that it can be used from both places.

Context

For (new) users, the question of "how do I get my data?" always comes up sooner or later. Currently, the UI doesn't really provide a big support for answering this. Improving the UX on this matter could go a long way.

  • Specific to long-running jobs (set jobsEnabled=true in application.conf)
  • Specific to webKnossos.org (set isDemoInstance=true in application.conf)
@philippotto
Copy link
Member Author

Hey @Dagobert42 I’m using ZenHub in GitHub, click this link to join my workspace and see other features available in GitHub or download the ZenHub extension and sign up with your GitHub account.
Posted using ZenHub

@hotzenklotz
Copy link
Member

We already have a similar modal for exporting bounding boxes. We could re-use and overhaul that modal so that it can be used from both places.

Exactly. We might also add a Download option in the Segments Tab. (Perhaps from the overflow menu)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants