-
Notifications
You must be signed in to change notification settings - Fork 29
Feature export/import study (frontend) #2103
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
Feature export/import study (frontend) #2103
Conversation
…re-forked into feature-export-import
refactor logging to debug
opsie, raising timeout for downloading files to 1 hour
….com/odeimaiz/osparc-simcore into odeimaiz-GitHK-feature-export-import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coool let's get it in!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice work!
just one thing to change back the GET to POST as explained here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool stuff
services/web/client/source/class/osparc/component/task/Import.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do these changes do?
Implements the frontend part for Exporting and Importing studies.
It also introduces the concept of background tasks that can be used for requests that can take long. The tasks are added to a stack hanging from the navigation bar, so that they are visible throughout the application. This way we allow users to keep enjoying the application while the background tasks keep running.
Bonus
Export and import:

Related issue/s
Related to ITISFoundation/osparc-issues#325
How to test
Checklist