"Add Deployment" page - populate fields from query parameters #451
Labels
area/ui
Indicates a change to the UI
enhancement
Indicates an improvement to a feature
good first issue
Good for newcomers
Description
We have some tooling that compares our apps in various environments, say tag
400
is in dev and385
is in stage. We'd like to try using deployments to promote to stage.Our options with that are:
Go to the "Add deployment" page to submit a request.
➕ : No dependencies
➖ : Must enter data manually, error prone.
Run a vela deploy command on the terminal.
➕ : We can programmatically generate the command that should be run in our tooling (like making sure the right parameters are provided)
➖ : Need vela cli installed, not something you typically normally need day to day, since the UI is so fancy. Takes you out of our slick web "dashboard" experience
What if the "Add deployment" page pre-populated fields based on query parameters?
Value
Minor engineer convenience for creating deployments.
Definition of Done
Form fields pre-populate (including parameters) based on the query parameters on the page.
Effort (Optional)
~1 Day? Operating on query parameters on the page to pre-populate form, no API interaction
The text was updated successfully, but these errors were encountered: