-
Notifications
You must be signed in to change notification settings - Fork 28
✨ Frontend: Expose inputs required
property
#5899
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
✨ Frontend: Expose inputs required
property
#5899
Conversation
inputs required
property
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.
💯
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.
Nice!
Maybe you can add a tooltip saying what happens when you set required.
The tooltip will say: "Required input: Without it, the service will not start/run." @elisabettai Is that fine? |
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.
Nice! It would be wonderful if when hovering ofter the label, in the description it would also say that that input is required. Also when hovering over the asterisk.
It sounds good. I also just noticed that you change the string when the option is selected, and it is a bit confusing (like it was for Service Autostart).
If you go in that direction, than the tooltip should say: "Mandatory input: without it, the connected service will not start/run" |
…rc-simcore into feature/fe-inputs-required
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.
Looks good
|
What do these changes do?
This PR exposes the node's
inputsRequired
attribute to the frontend. Users will now be able to make inputs required.Related issue/s
related to #5838
related to #5845
How to test
Dev-ops checklist