-
Notifications
You must be signed in to change notification settings - Fork 5
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
UI for creating & downloading data exports #737
Comments
Thanks for this great summary Michael! Even if we will reuse our current building blocks, I think we should spend a bit of time on the design here. How to combine these building blocks in a nice way for users and define logic for interactions I think is also part of design. I think this is an important feature and I want to take some time to make it nice, not just squeeze it in! :) Maybe we can do a bit of sketching while we are working on the backend side of things? |
Here are all the formats available from Label Studio. You can see these are aimed at different use cases for research or compatibility with other common workflows.
|
Summary
#720 introduces the ability to trigger exports, see their status and download a file via the backend API. We will need an interface to allow users to interact with it.
We have a request for this to be fully ready by Mid-march. The priority features only.
Detailed Description
They will likely be tied to a new type of job, but also likely need a dedicated list view with the history, status and download links. Something like the Collections list in Project detail page.
Priority features
Secondary features
Future features
Implementation Details
See API endpoints added in #720
Hopefully no design is needed for this version, I suggest using the Project detail view tabs. Something like the the Collections list that shows the history and configuration for each export triggered, where each export is tied to a job & the job status.
The main formats for now will be a
Related Issues
#298
#720
Additional Context
The text was updated successfully, but these errors were encountered: