-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Making service start progress UI user readable #5298
🎨 Making service start progress UI user readable #5298
Conversation
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.
thx
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.
Following the suggestion from @mguidon here, I'd just show these steps:
- Installing platform services...
- Increasing system capacity...
- Installing software...
- Downloading files...
For our (dev) understanding
- corresponds to pulling sidecar (which is normally very fast)
- corresponds to autoscaling
- corresponds to pulling images
- corresponds to download outputs+state+inputs (users don't care about what exactly is being downloaded, but it would be nice if they understand that the more/bigger files they have, the slower this step will be.
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.
👍
@elisabettai I'm not sure how to deal with the removal of the sections without crashing the FE. I would leave that part to someone with more Javascript experience. If it is really required to hide those parts. |
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/data/model/NodeProgressSequence.js
Outdated
Show resolved
Hide resolved
I see @GitHK , I thought that the file you edited was the only place where those steps were defined and that was relatively easy to test if you were to break the FE. I've also added some proposal for rephrasing some of the messages. |
…rc-simcore-forked into pr-osparc-better-log-messages
|
What do these changes do?
Related issue/s
How to test
Dev Checklist
DevOps Checklist