Feature/143 improve product ux around setup login and empty states#173
Conversation
…onboarding-checklist Add onboarding checklist to dashboard
…states-and-missing-live-data-messages Add actionable dashboard empty states and live-data status tests
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e27849c06
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if (normalized === "unavailable" || normalized === "missing_prices") { | ||
| return "unavailable"; |
There was a problem hiding this comment.
Handle legacy missing prices as unavailable
When the chart payload falls back to legacy price_completeness_status, the backend's snapshot code uses "missing" when holdings have no available prices, not "missing_prices". In that scenario this branch falls through to normalizeAvailability() and renders the dashboard as Unknown instead of the actionable Unavailable state, so missing-price dashboards get the wrong readiness status.
Useful? React with 👍 / 👎.
No description provided.