This repository is currently being migrated. It's locked while the migration is in progress.
#141865 [Benefits Management Tools] [Team 2] Add cstLettersContentUpdates flag to AuthorizedServicesData.ts and change the default value in the remote config to true#13433
Open
JoshingYou1 wants to merge 4 commits into
Conversation
cstLettersContentUpdates flag to AuthorizedServicesData.tsx and change the default value in the remote config to true
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support for the cstLettersContentUpdates flag across authorized-services typings and demo-mode mocks, and flips the Firebase Remote Config default to enabled so the feature is “on” by default.
Changes:
- Added
cstLettersContentUpdatesto theAuthorizedServicesPayload/UserAuthorizedServicesDataTypeScript types. - Updated demo-mode
getAuthorizedServicesmocks to include the newcstLettersContentUpdatesfield. - Changed the Remote Config default for
cstLettersContentUpdatestotrue.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| VAMobile/src/store/api/demo/mocks/kimberlyWashington/getAuthorizedServices.json | Adds cstLettersContentUpdates to demo authorized-services response. |
| VAMobile/src/store/api/demo/mocks/kimberlyForOHMigration/getAuthorizedServicesNoErrorPhases.json | Adds cstLettersContentUpdates to the OH-migration demo authorized-services response. |
| VAMobile/src/store/api/demo/mocks/kimberlyForOHMigration/getAuthorizedServices.json | Adds cstLettersContentUpdates to the OH-migration demo authorized-services response. |
| VAMobile/src/store/api/demo/mocks/dennisMadison/getAuthorizedServices.json | Adds cstLettersContentUpdates to demo authorized-services response. |
| VAMobile/src/store/api/demo/mocks/default/getAuthorizedServices.json | Adds cstLettersContentUpdates to the default demo authorized-services response. |
| VAMobile/src/store/api/demo/mocks/claraJefferson/getAuthorizedServices.json | Adds cstLettersContentUpdates to the claraJefferson demo authorized-services response. |
| VAMobile/src/constants/featureFlags.ts | Sets Remote Config default cstLettersContentUpdates to true. |
| VAMobile/src/api/types/AuthorizedServicesData.ts | Adds cstLettersContentUpdates to authorized-services payload/user types. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cstLettersContentUpdates flag to AuthorizedServicesData.tsx and change the default value in the remote config to truecstLettersContentUpdates flag to AuthorizedServicesData.ts and change the default value in the remote config to true
randimays
previously approved these changes
May 12, 2026
Contributor
|
Need to resolve some conflicts. |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
randimays
approved these changes
May 13, 2026
…ffairs/va-mobile-app into feature/141865-BenefitLettersContentUpdates-AddFeatureFlagToAuthorizedServicesData
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of Change
cstLettersContentUpdatesfeature flag toAuthorizedServicesData.tsxcstLettersContentUpdatesinVAMobile/src/constants/featureFlags.tsto default totrueTarget Release Date
N/A
Link to Issue
Closes #141865
Code testing
Pre-QA Artifacts
Include all artifacts or select not applicable and explain below.
Flag defaults to "on"
How to capture these
Screenshots & Video
2x text size
Settings > Accessibility > Display & Text Size > Larger Text.Toggle ON, move slider.Settings > Accessibility > Display size and text.Adjust Font size and Display size sliders.VoiceOver / TalkBack (best on actual hardware)
Test Context for QA
How does a user get here?
Feature Flags
Risk Assessment:
What should QA pay extra attention to?
Ensure the
cstLettersContentUpdatesflag defaults totrueTest Review
Updated some test user code as well as the test code for the feature flag and it's default value.
Test User(s)
Checklist for QA
QA Engineer: Check off the items below as you test
Run a build for this branch