-
Notifications
You must be signed in to change notification settings - Fork 131
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
NEOS-1254: update onboarding flow #2352
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f34720d
update onboarding flow
evisdrenova a0dee0b
updated onboarding to include a welcome modal
evisdrenova 486e925
wire up backend
evisdrenova 2038cb8
update rendering logic
evisdrenova 8112547
clean up account onboarding checks in other files
evisdrenova 9b9bc95
cleaning up jobs and members from account onboarding
evisdrenova d5df3de
clean up progress
evisdrenova 119d9c1
updated connect and configure screens in onboarding modal
evisdrenova 6ba639a
updated sync page
evisdrenova e0dcf14
clean up
evisdrenova 8367131
clean up knip
evisdrenova b4f9423
add usage metrics to top nav
evisdrenova cd01b68
clean up
evisdrenova c844c2c
prettier
evisdrenova 843e662
creates recordsprogressbar wrapper
evisdrenova d07bf08
updates form logic
evisdrenova c50bf97
updated protos and test for user account service + some front end typ…
evisdrenova 2992cbf
fixed proto
evisdrenova 27609d0
rebased main
evisdrenova ed18235
cleans up knip
evisdrenova 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
580 changes: 298 additions & 282 deletions
580
backend/gen/go/protos/mgmt/v1alpha1/user_account.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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.
This is fine and shouldnt be a breaking change, however it may be worth thinking through the idea that if someone has already completed this v1 of onboarding, we it could be worth somehow marking this new one as true automatically.
We could also say fuck that are just require everyone see the new onboarding guide to keep it simple too.
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.
Otherwise these DTO updates are just fine because the old properties will default to false if unspecified.