ezl / todo

0 stars 0 forks source link

Implement a way to be able to add fixed banners to top or bottom of screens, optionally. #54

Closed ezl closed 2 years ago

ezl commented 2 years ago

https://www.figma.com/file/MHW4pKE13g4L46Tvq7i8TQ/Bad-To-Do?node-id=761%3A2

Main use cases for this are:

  1. if a user is using the website app version (app.badtodo.com), then every N sessions (maybe N=10), show them a banner message at the bottom that says: "Use our browser extension to get bad to do in every browser tab!"
  2. if a user is using the browser extension, we need to track what version number they are on, and if we have made significant improvements, show them a notification at the bottom that says: "looks like you're using an old version. we've added a lot of improvements, so please upgrade your browser extension!"

These messages are NOT always displayed. They will use some conditional logic to determine IF we should display them.