Skip to content
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

Permanently store questions for 24 hours #159

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Permanently store questions for 24 hours #159

merged 1 commit into from
Sep 22, 2020

Conversation

WesleyBranton
Copy link
Collaborator

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:

  • created: Stores the timestamp for when the question was posted.
  • show: Determines whether or not the question should appear on the user's question list.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reappearing questions are marked as unread
3 participants