You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/06/03 06:37:39 UTC

[GitHub] [cloudstack-primate] DaanHoogland opened a new issue #374: [FEATURE] a query component for text driven questions to a user

DaanHoogland opened a new issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374


   **Is your feature request related to a problem? Please describe.**
   When a user uploads an OVA template it might contain properties that require answering when deploying a VM based on that template. This is a concrete example but there might be others where the UI needs to query the user based on a text input. in the OVA deployment case we have
   - a query
   - a name
   - a default value
   - a type and
   - a constraints field (called "qualifiers" internally)
   I think a component might have more use than the OVA deployment. It can be used for cmdline parameters or more specific control of user-data input. Maybe for some plugins it could be used to control hardware specific configuration. I think it could even be useful for more static parts of the UI interaction.
   
   **Describe the solution you'd like**
   I would like a vue.js component that takes above input and can return the user choice or input (depending on type and constraints).
   
   **Describe alternatives you've considered**
   An alternative would be javascript methods as implemented in the old UI's instanceWizard. The amount of work would be the same but it would not be usable in multiple location but as boilerplate code.
   
   **Additional context**
   In the old UI a step 7.5 of sorts was put between step 7 and 8 of the deploy wizard in case an OVA would contain ovf properties. in the new UI this would be part of the deployment form (mistakenly called a wizard still). 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374#issuecomment-644023081


   With @shwstppr 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374#issuecomment-649493821


   Have PR #436 - let's track it there


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374#issuecomment-638008858


   (we still call it a wizard as it has steps, the only difference in UX is that all the steps are visible and editable at once after a zone is selected) 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374#issuecomment-638121551


   Related: https://github.com/apache/cloudstack-primate/issues/358


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #374: [FEATURE] a query component for text driven questions to a user

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #374:
URL: https://github.com/apache/cloudstack-primate/issues/374#issuecomment-638008004


   The form AntD component can be used for this use-case to implement a component for the DeployVM component
   https://antdv.com/components/form/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org