mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

Permanently store questions for 24 hours #159

Closed WesleyBranton closed 3 years ago

WesleyBranton commented 3 years ago

Questions are now stored in the Storage API for 24 hours, regardless of whether or not they are answered, unless the user deselects watching that product. This closes #153.

A few new properties have been added to each question stored in the Storage API:

Additionally, I implemented a question list storage version in the Storage API to help handle storage format changes in the future. Questions that are missing the new attributes would cause errors, so the add-on will automatically purge the question list from the Storage API and rebuild it.