-
Notifications
You must be signed in to change notification settings - Fork 7
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
LOOP-4735 CGM Event Store #93
Conversation
…r host identifier and version
Translations
Updated translations from Lokalise on Thu Feb 9 13:30:18 CST 2023
…-service Remote PR Set #2: Introduce RemoteCommands
…-command-service Revert "Remote PR Set #2: Introduce RemoteCommands"
Upload automation status for temp and normal basals.
Updated translations from Lokalise on Sat Mar 18 15:11:44 CDT 2023
Updated translations
Basal rate fixes, and tests passing.
* Updating to new TidepoolKit with keycloak based auth * SettingsView using TidepoolService as ObservedObject * Tweak logo size * Fix issues with state restoration and re-logging in. Add alert when session loss is detected * Improve DataSetId caching * Do not allow environment switching when logged in * Tweak wording
Conflicts: TidepoolServiceKit/IdentifiableDatum.swift TidepoolServiceKit/IdentifiableHKDatum.swift TidepoolServiceKit/TidepoolService.swift TidepoolServiceKitTests/TidepoolServiceTests.swift TidepoolServiceKitUI/SettingsView.swift TidepoolServiceKitUI/TidepoolService+UI.swift
Tidepool Sync
Tidepool Sync
Updated translations from Lokalise on Sat Aug 19 15:10:08 CDT 2023
Tidepool Sync
Tidepool Sync
public func uploadCgmEventData(_ stored: [LoopKit.PersistedCgmEvent], completion: @escaping (Result<Bool, Error>) -> Void) { | ||
// TODO: Upload sensor/transmitter changes | ||
completion(.success(false)) | ||
} |
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.
was this intentional?
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.
guess it is. approving.
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.
LGTM
https://tidepool.atlassian.net/browse/LOOP-4735
Implement placeholder handler for CGM Events.
Also includes some translation updates from DIY.