[No QA] Docs updates for E/A#94567 default letter avatar behavior - #95296
Conversation
Co-authored-by: Georgia Monahan <grgia@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
| ## What is my avatar if I don't add a profile photo? | ||
| If you haven't added a profile photo, your avatar shows your initials on a colored background, based on your name or email. The color stays the same each time, so your avatar is consistent across chats, reports, and notifications. Accounts without a name or email—such as phone number-only accounts—show an illustrated avatar instead. | ||
|
|
There was a problem hiding this comment.
Done — removed the "What is my avatar if I don't add a profile photo?" section in 6dcabfd.
Co-authored-by: Georgia Monahan <grgia@users.noreply.github.com>
|
A preview of your ExpensifyHelp changes have been deployed to https://4ff95122.helpdot.pages.dev ⚡️ Updated articles: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6dcabfd5a8
ℹ️ 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".
|
HelpDot Documentation Review Overall Assessment The one changed line replaces the outdated "randomly selected cartoon-style avatar" description with an accurate explanation of the initials-on-color default, including the illustrated-avatar fallback for name/email-less accounts. It is a clean, minimal, accurate edit that stays within the existing FAQ structure. Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: Detailed line-by-line feedback has been provided as inline comments. |
Concierge reviewer checklist:
For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member? |
|
@johncschuster Please 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] |
|
🚀 Deployed to staging by https://github.com/johncschuster in version: 9.4.45-0 🚀
|
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.4.45-14 🚀
Bundle Size Analysis (Sentry): |
Explanation of Change
E/A#94567 adds support for dual-initial (letter) avatars — photo-less users now render an avatar showing their initials on a colored background instead of the previously auto-assigned illustrated/cartoon-style default avatar. Two help articles described the old default-avatar behavior and are now inaccurate:
Add-profile-photo.md): the FAQ said a "randomly selected cartoon-style avatar is assigned to new accounts." Updated to describe the initials-on-color default, with the illustrated-avatar fallback for accounts that have no name or email (e.g. phone number-only accounts).Account-Settings.md): added an FAQ entry explaining what a user's avatar looks like when they haven't uploaded a photo.The described behavior matches the client logic in
getLetterAvatarURL— initials come from the first alphanumeric character of the first and last name (or the email when there is no name), the color is derived deterministically from the login so it stays consistent, and accounts with no derivable initial fall back to an illustrated avatar.Applied
HELPSITE_NAMING_CONVENTIONS.md,HELP_AUTHORING_GUIDELINES.md, andTEMPLATE.md: edits stay within the existing# FAQsections, and the new heading uses a question-form ("What…") task-based heading.Fixed Issues
Related to #94567
Tests / QA
@grgia, please review the files changed and confirm they reflect the current behavior. Then mark this PR
Ready for review.