-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature: Delete All Measurements #185
base: master
Are you sure you want to change the base?
Conversation
Progress so far Yet to align with the mockups in ooni/probe#1267
|
Let's just just use the same style as the EDIT button above for the "Delete all measurements" button |
|
Let's align the copy to the mobile app. Instead of "Total storage used" it should read: |
If we can do this and obtain a consistent result, the config file is regenerated properly and the DB will be re-created as expected, then go for it. However there is the issue that we are doing it only for uploaded measurements, because I believe we don't yet have support for checking which are the uploaded measurements and re-uploadeding the unuploaded. I think we can do this incrementally and in the first iteration not care about the total not going to zero, but accept that, if there are some un-uploaded measurements for it to be non-zero. |
Fixes ooni/probe#1267