You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective:
Improve user onboarding by enabling users to import a project.yaml file to create or update their project.
This will be a crucial post-onboarding feature for consultants and solution experts who speak with new users and build out a simple workflow that can be imported and enabled by the user, reducing the time to value of the platform.
Create/Update project by importing Project.yaml file
As a user, I want to be able to create a new project or update my project by importing a project spec (project.yaml) file. When attempting to create a new project, we should extend the Create new project dialog to allow users to choose if they want to import a project spec file or build from scratch.
To update an existing project, we should add a new action in the project setting that allows users to import a project by specifying the project.yaml file. This process overwrites the existing version of the project with the project spec in the imported file.
This provides an option for users who cannot use the CLI to update their projects.
Delivering a v1 of this with file imports will be great then we can move on to adding the GitHub import as described below.
Create/Update project by importing project spec from GitHub
Beyond allowing users to import their project spec file directly, I would like to create/update a project by connecting with a GitHub repo. When a user connects with a repo, we should also ask if they want to set up an automatic sync with the repo/branch.
The text was updated successfully, but these errors were encountered:
Objective:
Improve user onboarding by enabling users to import a project.yaml file to create or update their project.
This will be a crucial post-onboarding feature for consultants and solution experts who speak with new users and build out a simple workflow that can be imported and enabled by the user, reducing the time to value of the platform.
As a user, I want to be able to create a new project or update my project by importing a project spec (project.yaml) file. When attempting to create a new project, we should extend the
Create new project
dialog to allow users to choose if they want to import a project spec file or build from scratch.To update an existing project, we should add a new action in the project setting that allows users to import a project by specifying the project.yaml file. This process overwrites the existing version of the project with the project spec in the imported file.
This provides an option for users who cannot use the CLI to update their projects.
Delivering a v1 of this with file imports will be great then we can move on to adding the GitHub import as described below.
Beyond allowing users to import their project spec file directly, I would like to create/update a project by connecting with a GitHub repo. When a user connects with a repo, we should also ask if they want to set up an automatic sync with the repo/branch.
The text was updated successfully, but these errors were encountered: