-
Notifications
You must be signed in to change notification settings - Fork 6
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: persist and observe data about user being informed about legalhold change [WPB-4870] #2299
Conversation
…old change [WPB-4870]
Test Results2 367 tests - 370 2 301 ✔️ - 332 44s ⏱️ - 2m 29s Results for commit 724e28d. ± Comparison against base commit 1e78df6. This pull request removes 2737 and adds 2367 tests. Note that renamed tests count towards both.
This pull request removes 104 skipped tests and adds 66 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2299 +/- ##
=============================================
+ Coverage 58.56% 58.58% +0.01%
Complexity 21 21
=============================================
Files 1100 1102 +2
Lines 42267 42294 +27
Branches 3957 3958 +1
=============================================
+ Hits 24755 24777 +22
- Misses 15755 15761 +6
+ Partials 1757 1756 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
...tlin/com/wire/kalium/logic/feature/legalhold/ObserveLegalHoldChangeNotifiedForSelfUseCase.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.
LGTM. just one question!
…-hold # Conflicts: # logic/src/commonMain/kotlin/com/wire/kalium/logic/feature/UserSessionScope.kt # logic/src/commonMain/kotlin/com/wire/kalium/logic/sync/receiver/handler/legalhold/LegalHoldHandler.kt # logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/handler/legalhold/LegalHoldHandlerTest.kt
…at/disable-legal-hold
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Created two use cases to persist the information whether the user has been already informed about last legal hold status change - if not, the app needs to show proper info and mark it as notified when user confirms. Another use case is to observe this value.
Testing
Test Coverage (Optional)
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
.