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

Supplemental Metrics for ECG Reading #46

Closed
wants to merge 2 commits into from

Conversation

MatthewTurk247
Copy link
Collaborator

Supplemental Metrics for ECG Reading

♻️ Current situation & Problem

Building on top of #40, this pull request seeks to package ECG readings with supplemental information like VO2 max and pulse rate in a way that is sensitive to the possible limitations of current recording capabilities.

⚙️ Release Notes

  • Measures most recent VO2 max known at the time of ECG recording.
  • Captures pulse rate via optical sensor at T-minus five minutes and T-plus five minutes.
  • Captures activity metrics at T-minus five minutes and T-plus five minutes, inlcuding:
    • Active calories.
    • Step count.
    • Standing minutes.
  • Collects readings of heart rate from optical sensor at intervals of 10 minutes for first two days of the study.
  • Estimates amount of time watch has been worn each day.

📚 Documentation

In-line documentation will be written in relevant files in conformance to the Spezi Documentation Guide.

✅ Testing

Tests may be added for ensuring that data is correctly serialized and properly handled.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (78f8287) 31.66% compared to head (37fb20e) 32.34%.

❗ Current head 37fb20e differs from pull request most recent head 5fd48dd. Consider uploading reports for the commit 5fd48dd to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   31.66%   32.34%   +0.69%     
==========================================
  Files          33       33              
  Lines         992     1002      +10     
==========================================
+ Hits          314      324      +10     
  Misses        678      678              
Files Coverage Δ
PAWS/PAWSDelegate.swift 96.30% <100.00%> (+0.53%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78f8287...5fd48dd. Read the comment docs.

@MatthewTurk247 MatthewTurk247 deleted the feat/optical-sensor-samples branch February 1, 2024 21:41
@MatthewTurk247
Copy link
Collaborator Author

Moved to #47.

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.

1 participant