-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 new data policy fields #331
Conversation
Addresses #307 |
We're not convinced that 3dp + noise is quite as "imprecise" as we were hoping: will possibly send a follow up PR to make imprecise locations a little noisier |
- enable_forwarding allows forwarding to be enabled or disabled per device - precise_location allows users to choose whether precise (5dp) or approxmite (3dp + 2dp of noise) locations are stored. On deploying we will need to run migrations, then run rake devices:truncate_and_fuzz_locations in order to truncate the existing locations to 5dp.
c485da8
to
994b44c
Compare
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
(This was just momentary due to the migrations not being run yet) |
enable_forwarding allows forwarding to be enabled or disabled per device
precise_location allows users to choose whether precise (5dp) or approxmite (3dp + 2dp of noise) locations are stored.
On deploying we will need to run migrations, then run rake devices:truncate_and_fuzz_locations in order to truncate the existing locations to 5dp.