Skip to content
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

Max heart rate #460

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Max heart rate #460

merged 2 commits into from
Jan 6, 2025

Conversation

morteako
Copy link
Collaborator

@morteako morteako commented Jan 6, 2025

Add current max heart rate to the data context and display it below the current hr.
Will not be displayed until hr data is recorded

Due to how we store and display hr, it will be lagging behind 1 second.
I don't think that is a big issue.
But if we want, we can mitigate it.
Either by doing the max of the current + maxHr in the view
or have the max-hr update be done from the HR-service

image

Copy link
Owner

@sivertschou sivertschou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smudi! 🙌

@morteako morteako merged commit 1f1748d into main Jan 6, 2025
3 checks passed
@morteako morteako deleted the max-hr-total branch January 6, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants