Skip to content
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

bug/9253-Chika-ScreenViewTypeInstantlyRequestReview #9729

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

cadibemma
Copy link
Contributor

Description of Change

  • Discovered that currently 50% of our in app review events will ask for users to leave a review before they've managed to fully review the screen they've navigated too, almost certainly resulting in an automatic dismissal and invalidating a good amount of our attempts for in-app-reviews.

Screenshots/Video

Testing

  • Tested on iOS
  • Tested on Android

Reviewer Validations

  • Screenview events that contribute to the in-app review counter only increment the counter if they would NOT result in a review surfacing. In other words, screenview events should never result in a review surfacing to Veterans.

PR Checklist

Reviewer: Confirm the items below as you review

  • PR is connected to issue(s)
  • Tests are included to cover this change (when possible)
  • No magic strings (All string unions follow the Union -> Constant type pattern)
  • No secrets or API keys are checked in
  • All imports are absolute (no relative imports)
  • New functions and Redux work have proper TSDoc annotations

For QA

Run a build for this branch

dumathane
dumathane previously approved these changes Oct 1, 2024
@github-actions github-actions bot added FE-With QA A PR waiting for QA Activity and removed FE-Needs Review labels Oct 1, 2024
@dumathane
Copy link
Contributor

Nailed it @cadibemma ! Good work.

@TKDickson TKDickson added FE-Changes Requested Requested changes from Eng or QA and removed FE-With QA A PR waiting for QA Activity labels Oct 3, 2024
@cadibemma cadibemma added FE-With QA A PR waiting for QA Activity and removed FE-Changes Requested Requested changes from Eng or QA labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE-With QA A PR waiting for QA Activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants