feat: Add Wellness Dashboard UI screen#2100
Open
amirthavarshh wants to merge 1 commit into
Open
Conversation
Contributor
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
Contributor
❌ PR Validation FailedThis PR was marked as To resolve this, please ensure your PR description links an issue (e.g., |
Author
|
Fixes #1559 SummaryImplements the Wellness Dashboard UI as requested in issue #1559. Changes
Type of Change
ScreenshotsNotes
|
- Add WellnessDashboardScreen with overall health score card (circular ring + Low/Medium/High risk badge) - Add Today's Metrics grid (Steps, Sleep, Heart Rate, Hydration) with progress bars - Add Weekly Trend line chart (Mon-Sun bezier curve) - Add Insights & Recommendations section with actionable cards - Register Wellness tab in TabNavigation with heart icon in TabBar - Add Wellness route type to TabParamList Implements rule-based wellness scoring UI with explainable insights and dashboard cards for quick visualization as described in the wellness dashboard feature request.
amirthavarshh
force-pushed
the
feat/wellness-dashboard-ui
branch
from
July 9, 2026 15:56
cfca313 to
fa975da
Compare
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.
Fixes #1559
Summary
Implements the Wellness Dashboard UI as requested in issue #1559.
Changes
WellnessDashboardScreenwith:Wellnesstab inTabNavigationwith a heart icon inTabBarWellnessroute toTabParamListtype definitionsType of Change
Screenshots
Notes