-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: Create team upgrade flow (WPB-11268) #3517
Conversation
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3517 +/- ##
===========================================
- Coverage 45.25% 45.24% -0.01%
===========================================
Files 469 470 +1
Lines 15721 15724 +3
Branches 2630 2630
===========================================
Hits 7114 7114
- Misses 7860 7863 +3
Partials 747 747
Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
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.
Not all of comments are request to change, some are just me trying to understand code better
.../main/kotlin/com/wire/android/ui/authentication/create/details/CreateAccountDetailsScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/userprofile/teammigration/BulletList.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/userprofile/teammigration/TeamMigrationScreen.kt
Show resolved
Hide resolved
...otlin/com/wire/android/ui/userprofile/teammigration/step1/TeamMigrationTeamPlanStepScreen.kt
Outdated
Show resolved
Hide resolved
...otlin/com/wire/android/ui/userprofile/teammigration/step1/TeamMigrationTeamPlanStepScreen.kt
Outdated
Show resolved
Hide resolved
...n/com/wire/android/ui/userprofile/teammigration/step3/TeamMigrationConfirmationStepScreen.kt
Show resolved
Hide resolved
...in/kotlin/com/wire/android/ui/userprofile/teammigration/step4/TeamMigrationDoneStepScreen.kt
Outdated
Show resolved
Hide resolved
...otlin/com/wire/android/ui/userprofile/teammigration/step2/TeamMigrationTeamNameStepScreen.kt
Show resolved
Hide resolved
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
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.
some comments but not really significant ✅
app/src/main/kotlin/com/wire/android/ui/userprofile/teammigration/TeamMigrationScreen.kt
Show resolved
Hide resolved
...n/com/wire/android/ui/userprofile/teammigration/step3/TeamMigrationConfirmationStepScreen.kt
Show resolved
Hide resolved
...otlin/com/wire/android/ui/userprofile/teammigration/step2/TeamMigrationTeamNameStepScreen.kt
Show resolved
Hide resolved
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.
great work as always
Quality Gate passedIssues Measures |
Built wire-android-staging-compat-pr-3517.apk is available for download |
Built wire-android-dev-debug-pr-3517.apk is available for download |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Description
A follow up PR of #3497
This PR creates the flow that allow the user to migrate from personal to team account.
I created a new navGraph
PersonalToTeamMigrationNavGraph
so we can display all steps in it.And for all the screens are using a sharedViewModel called
TeamMigrationViewModel
This is just the UI part, no API calls involved here.
(That "open team flow" is just used to start the flow)
screen-20241016-134509.mp4
Needs releases with:
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.