Skip to content

Render blocked user data (behind a disabled feature flag) #2930

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 6 commits into from
May 28, 2024

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented May 28, 2024

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : customer request

Content

When feature flag ShowBlockedUsersDetails is enabled, the application will render display name and avatar of blocked users. This can be useful for professional environment. Disabled by default on EXA.

Motivation and context

Customer request.

Screenshots / GIFs

See recorded ones.

Tests

  • Enable the flag
  • Block a user who have a display name and an avatar
  • Navigate to the blocked users screen
  • Observe that user avatar and display name is rendered.

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@bmarty bmarty requested a review from a team as a code owner May 28, 2024 13:11
@bmarty bmarty requested review from jmartinesp and removed request for a team May 28, 2024 13:11
Copy link
Contributor

github-actions bot commented May 28, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/kfBGWq

Copy link

codecov bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 96.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 75.16%. Comparing base (c511d59) to head (e18394a).

Current head e18394a differs from pull request most recent head 21802be

Please upload reports for the commit 21802be to get more accurate results.

Files Patch % Lines
...ries/featureflag/impl/StaticFeatureFlagProvider.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2930      +/-   ##
===========================================
+ Coverage    75.15%   75.16%   +0.01%     
===========================================
  Files         1549     1549              
  Lines        36958    36974      +16     
  Branches      7178     7175       -3     
===========================================
+ Hits         27774    27792      +18     
- Misses        5429     5430       +1     
+ Partials      3755     3752       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be alright as long as we don't modify the design for this screen in the future.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.misc? Should we use 2930.misc instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups, good catch 21802be

@bmarty bmarty merged commit f74032d into develop May 28, 2024
16 checks passed
@bmarty bmarty deleted the feature/bma/blockedUserData branch May 28, 2024 16:30
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants