ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

🎨 [Frontend] UX: Create Study from Template #6706

Closed odeimaiz closed 1 week ago

odeimaiz commented 2 weeks ago

What do these changes do?

Currently, when creating a Study from a Template: 1) waiting: there is a view showing that the data is being copied (long running task) 2) user input required: once copied, the study is created and the the Study Options (rename, select credit account, tiers) are shown to the user 3) waiting: then the study opens

In order to improve the UX, in this PR, instead of waiting, then user input and then waiting again, the steps 1 and and 2 are switched, so that user's input is required right after opening the template and then the data is copied and finally the brand new study opened.

Before: Before

After: After

Related issue/s

How to test

Dev-ops checklist

odeimaiz commented 2 weeks ago

Question: should we not adapt the backend to take as input these parameters that you are caching, while it is coping the study?

That could also be a solution.

Yet another solution would be that the study is created right away (so I can play with its metadata) and then the data copy starts...

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud