Conversation
Documents the optional weekly telemetry check-in shipped with LoopFollow: what gets sent, what doesn't, where it goes, how to opt out, and how often the check runs. New top-level Privacy section in the nav so users can find it without digging through FAQs. Implementation: loopandlearn/LoopFollow#626
- Drop time-zone field. Replace hashed NS host / Dexcom username with usesNightscout / usesDexcom yes-no flags. Add followingApp and IDFV rows. Bucket field is now dayBucket (yyyy-MM-dd) instead of weekBucket. - Cadence section reflects the new 24h TaskScheduler-driven flow.
clientId is no longer in the payload — IDFV + instance covers the same "identify this install" purpose.
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.
Summary
New page Privacy → Anonymous Telemetry documenting the optional weekly telemetry check-in that LoopFollow sends.
The page covers:
https://lf.bjorkert.se, self-hosted, no third-party)LoopFollow/Helpers/Telemetry.swiftNav
A new top-level Privacy section is added between Build and FAQs, with a single page initially. Easy to grow later if more privacy topics arise.
Companion PR
Implementation: loopandlearn/LoopFollow#626