-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add onboarding form for cloud first timers #6876
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
419d5ac
Create onboarding pages
tristantr 34fca0b
add the users/onboarding route
tristantr ebbfc1f
make the onboarding not available in oss
tristantr 85766a8
Front end for onboarding form for cloud users
tristantr 76b8266
WIP: Save current progress on first-timers onboarding feature
tristantr 8bb5b1f
Put back the cloud.ts file like before
tristantr b40ed5f
Add the onboading form when cloud users connect for the first time
tristantr 77de827
Add check to show onboarding only for first time users on cloud
tristantr 537ea18
Add submit_onboarding_data route in the backend
tristantr 93dc75e
Remove useless cookie code
tristantr 6868d98
Remove useless function
tristantr ad0bbc8
Remove the unused onMount import
tristantr f8cf6a7
Add SQLx query cache for first_time_user field
tristantr 62ad25c
Allow dead_code for OnboardingData in OSS version
tristantr d9b988e
Merge remote-tracking branch 'origin/main' into tl/first-timers-onboa…
wendrul bda81a7
Point to the latest ee hash
tristantr 8e8f4a0
Merge branch 'main' into tl/first-timers-onboarding2
diegoimbert fe490e6
Add maxlength on use_case text input
tristantr afc1f01
Collect from the frontend only inputted data from the users - touche_…
tristantr fcec202
write latest ee ref
tristantr 17adf99
Remove checkFirstTimeSetup() call if cloud instance
tristantr 977aa6a
Remove silent error
tristantr 85e488a
Remove magical number from onboarding screen navigation
tristantr 7bc9de2
remove unused databse field for login query
tristantr 2bff422
Merge branch 'main' into tl/first-timers-onboarding2
tristantr 1f1082f
Add first_time_user check in loadUser()
tristantr dc59dbc
Add input for the Other answer
tristantr 4d88007
Update ee hash
tristantr d4cc0b1
Remove autofocus
tristantr 2d50d39
Improve the submit onboarding data function checks
tristantr 3282e25
Fix feature flags
tristantr c9236bd
Add latest ee hash
tristantr 7922f23
Update to latest hash
tristantr 22a8e9e
Update to last ee hash
tristantr 69a0dd0
Merge remote-tracking branch 'origin/main' into tl/first-timers-onboa…
hugocasa db20e74
nits
hugocasa 51616d5
simplify feature flag logic
hugocasa 8f99fe1
nit
hugocasa 24caaac
Merge branch 'main' into tl/first-timers-onboarding2
hugocasa 9da59fe
Update ee-repo-ref.txt
windmill-internal-app[bot] a0e6612
nits
hugocasa 9d73761
update ref
hugocasa f11e78d
Merge branch 'main' into tl/first-timers-onboarding2
rubenfiszel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
backend/.sqlx/query-37e23397905e25bbbf5a7047c790967a97cc8f6948beef706b0c053621882330.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
77 changes: 77 additions & 0 deletions
77
backend/.sqlx/query-72d3ebb05ac1ffeb0e8d0a3146d95bb5b90e7c4d1dc2c8a6ef06eddf6678f230.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
77 changes: 77 additions & 0 deletions
77
backend/.sqlx/query-b5ade857a358f2fee4bb7d005e5fef1cabea003419c891f8b1e52bc2c0156b0b.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| c8d57987b72fd15f2e3b8d7f6501edaac8235965 | ||
| f788710174e7d8b7a5f13e8c71b8226a7fa7025e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused Variable: The
_first_time_userfield is fetched from the database but not used (prefixed with_). This was previously used for cookie-based onboarding but that code was removed.Options: