zesty-io / start.zesty.io

Zesty.io quick start experience for signing up and creating an instance
1 stars 0 forks source link

New instance creation flow #16

Open shrunyan opened 3 years ago

shrunyan commented 3 years ago

Is your feature request related to a problem? Please describe. The accounts-api is providing a new endpoint for instance creation and population. We need to update the UI to use this new endpoint and tweak the experience to match new expectations.

Describe the solution you'd like The new endpoint docs describe how formulate the request. Because this endpoint is handling population, formerly this occurred in site-manager-app on a different URL, we will need to add a new loading experience between blueprint selection and redirecting to the instance settings overview. This is to communicate users should wait will the instance population occurs. This loading screen should use the WithLoader component from the design system.

Describe alternatives you've considered

Additional context Same need as described on https://github.com/zesty-io/accounts-ui/issues/157

nibblebot commented 3 years ago

new /blueprint endpoint requires a blueprint ZUID. Currently we are hardcoding blueprint ID 37. Do you know how I can get the ZUID for that corresponding blueprint ID 37? @shrunyan

shrunyan commented 3 years ago

@nibblebot 37 == 14-64329e0-555677

shrunyan commented 3 years ago

@nibblebot bumping this issue up