[No QA] Docs updates for E/A#97177 Personal Karma web-only, disabled in mobile app - #98216
[No QA] Docs updates for E/A#97177 Personal Karma web-only, disabled in mobile app#98216MelvinBot wants to merge 4 commits into
Conversation
Co-authored-by: nkdengineer <nkdengineer@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
|
The only red check here is Check breakdown
To move this forward, |
This comment has been minimized.
This comment has been minimized.
Concierge reviewer checklist:
For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member? |
|
@neil-marcellini @RachCHopkins One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] NOTE: It looks like |
|
There's nothing to fix here — no code check is failing. The only failing check is Every other check is passing ( Next step: |
HelpDot Documentation ReviewOverall AssessmentThis PR reflects that Personal Karma can now only be managed in a web browser (the toggle is disabled in the native mobile app per E/A#97177). It does three things: (1) deletes the standalone Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: Detailed line-by-line feedback has been provided as inline comments. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 316fe9cecf
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
A preview of your ExpensifyHelp changes have been deployed to https://d32581f1.helpdot.pages.dev ⚡️ Updated articles: |
|
No fix is needed — all substantive checks are passing. The only remaining "failing" check is Current check status
This is a |
Explanation of Change
E/A#97177 disables the Enable Personal Karma toggle in the Expensify mobile app (iOS and Android). On native, tapping the toggle previously opened a "Not here" page instead of the Add payment card flow (E/A#91837), so it's now disabled and shows the subtitle "Manage your personal karma preferences from web." On web and mobile web the toggle still works and opens the Add payment card flow.
This updates the help site to reflect that Personal Karma can only be managed in a web browser.
Files updated
docs/articles/new-expensify/settings/Personal-Karma.md— added a web-only note to the enable and disable sections, and corrected the menu label to Save the world (matching the live UI).docs/articles/new-expensify/billing-and-subscriptions/manage-your-subscription-and-billing/manage-billing/Manage-Personal-Karma-and-Corporate-Karma.md— added a web-only note to the enable/disable section and pointed navigation at the web browser.Verification
index.native.ts) the toggle returnstruefor disabled with themanagePreferencesFromWebsubtitle; on web/mweb (index.ts) it returnsfalse.@nkdengineer, please review the files changed and confirm they reflect the current behavior. Then post a new comment saying
@MelvinBot mark this PR as ready for review.