-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for Blood Pressure Cuff #14
Conversation
675e185
to
7f506c8
Compare
7f506c8
to
e4b803f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
+ Coverage 78.33% 79.54% +1.22%
==========================================
Files 29 38 +9
Lines 1144 1344 +200
==========================================
+ Hits 896 1069 +173
- Misses 248 275 +27
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
We might want to wait for StanfordSpezi/SpeziBluetooth#34 to get merged and remove the synchronizeTime method in favor of the one introduced in SpeziBluetooth. |
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.
Nice job with the additions; looks really great! 🚀
ENGAGEHF.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Outdated
Show resolved
Hide resolved
ENGAGEHF/Measurement/Conversions/BloodPressureMeasurement+HKSample.swift
Outdated
Show resolved
Hide resolved
# Exclude testing code from release builds ## ♻️ Current situation & Problem In #14 we forgot to exclude some testing code from release builds resulting in a build error. This got fixed with this PR. ## ⚙️ Release Notes * Fixed release builds ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
Add support for Blood Pressure Cuff
♻️ Current situation & Problem
In its current state, the application solely supports Omron Weight Scales. This PR adds basic integration with Bluetooth-enabled Blood Pressure cuffs. This required restructuring some of the models within the app. Overall the structure was slightly simplified.
Lastly, we added support for the Current Time Service for both devices, adding support for time stamp reporting within measurements.
⚙️ Release Notes
📚 Documentation
--
✅ Testing
Additional tests were added for the new device.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: