Project

General

Profile

Feature #45464

Updated by Tatjana Dehler almost 4 years ago

If the telemetry module is not sending data, the admin user should be notified and asked if he wants to enable it. 

 # How to notify? 

   My idea would be to show a similar notification to the 'password-expiration' notification: 

   !Screenshot_2020-05-11_12-27-57.png! 
 # Who to notify? 

   The admin user should be notified only. 
 # When to notify? 
 
   # The admin user should be notified from his first log-in into the dashboard until 
    
      * He closed the notification by clicking the 'x'. 
        The information will be stored in the local storage. If the storage gets cleared or the dashboard is opened on another machine, the user will see the notification again. 
      * The module is enabled by the current or another admin user. 
   # After a major Ceph update 
     I'm not really sure if/how we can implement this, because of the following questions: 

       * How can we determine if the current log-in is the first log-in into the dashboard after a major update 
       * If the admin already closed the notification by clicking the 'x' and we do have an entry in the local storage of the browser 


 Additional questions: 

 * How to visualize the notification if there is already an open 'password-expiration' notification? - Maybe:  
   !Screenshot_2020-05-11_13-19-05.png!

Back