-
Notifications
You must be signed in to change notification settings - Fork 64
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
Auto-create Application/Instance when first joining FlowForge #2475
Comments
Ideally, based on the user data, we would initiate the automated creation of the Trial Application and Instance immediately following the automated creation of the "Team" |
Here's my high-level technical direction on this. It is going to clash with the work in #2519 due to how the new TeamTypes code modifies where the type of configuration is held for this type of thing. The 'Create personal team' option in Admin Settings includes a drop-down for what type of team should be created. Once 2519 lands, we have the following admin settings:
For this item, we should introduce a new admin setting When the user picks a teamType, the list should reflect the instance types enabled for that team type. From there, the runtime can use those flags to decide if it needs to generate the application and instance (and what type of instance to created).
|
Actually, ignore that. #2495 still applies when creating new applications, even outside of the onboarding UX. |
This is on track to be ready in 1.10, but do note I only picked up work on it late yesterday and am still in discovery! |
@hardillb was this verified yesterday? Saw some chat about it in #dept-engineering |
Yes this was tested on Staging, and worked once I remembered to fix the stacks in the instance types, but this is the thing I don't want to enable straight away |
Epic
No response
Description
User Story
As a: new customer of FlowForge
I want to: to get to an Node-RED editor as soon as possible
So that: I can quickly understand the value of FlowForge-hosted Node-RED
Objective
Reducing onboarding time from registration to user being inside Node-RED - improving "time to value"
Overview
In our onboarding UX flow, we could remove 5 x interactions/decisions that a user needs to make in the onboarding workflow by automatically generating a Node-RED Instance for them when they sign up.
If, as discussed, our time to value focus in Registration to Opening the Node-RED Editor, this would shave off minutes of time, with an Application & Instance being created at the point of registration.
source: https://www.figma.com/file/JxQe6yIm6lSIYvVi1FYCtl/User-Journeys---Calls-to-Action-(FF-Cloud)?type=whiteboard&node-id=0%3A1&t=OzOxGNqDDdCPDsvw-1
Considerations:
Negatives
Which customers would this be availble to
All Users, (CE)
Acceptance Criteria
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: