Project

General

Profile

Bug #49580

Updated by Ernesto Puerta about 3 years ago

h3. Description of problem 

 Right now when a user opts-out from the Telemetry Module, a localstorage item called 'telemetry_notification_hidden' is set to True, so the user (actually anyone using that browser) won't be reminded ever again to opt-in. In order to promote adoption of the telemetry program, it'd be desirable to re-issue the reminder at least once per-release (or 1-year), so this localstorage item should be replaced with a 1-year expiring cookie. 

 Alternatively, we could encode the Ceph release name as an attribute, so the front-end displays the reminder after every release upgrade (even minor release upgrade. 
 ones). 

 We'll need to find a good balance between gaining adoption to the Telemetry program and bothering our users. 

Back