-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[No QA] Docs updates for E/A#95651 Status column in Expensify Card list #95845
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -100,6 +100,19 @@ Your workspace also has built-in default protections that automatically block ce | |
|
|
||
| {:width="100%"} | ||
|
|
||
| ## What the Status column shows in the Expensify Card list | ||
|
|
||
| The Expensify Card list includes a **Status** column so you can see each card's lifecycle state at a glance without opening the card. Click the **Status** column header to sort the list by status. | ||
|
|
||
| Each card shows one of the following statuses: | ||
|
|
||
| - **Pending order** — A physical card has been issued but not yet ordered by the cardholder. | ||
| - **Shipped** — A physical card has shipped and is on its way to the cardholder. | ||
| - **Active** — The card is ready to use. Virtual cards are immediately **Active** once issued. | ||
| - **Inactive** — The card is frozen or otherwise not currently usable. | ||
|
|
||
| **Note:** The **Status** column is hidden on narrow and medium screens. Widen your browser window or view the list on a larger screen to see it. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cross-platform clarity: This note describes a web-only layout behavior ("narrow and medium screens", "Widen your browser window") but does not explicitly state the platform or address mobile. Per HELPSITE_NAMING_CONVENTIONS.md (Cross-Platform Clarity Rule), explicitly state the platform when behavior differs and don't leave mobile behavior implied. |
||
|
|
||
| --- | ||
|
|
||
| ## How to apply Expensify Card cash back to your Expensify bill | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step formatting: "Click the Status column header to sort the list by status." is a procedural action but is embedded in a paragraph. Per HELP_AUTHORING_GUIDELINES.md Section 5, procedural instructions should be sequential numbered steps, not inline prose.