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

Stale data deletion #3

Open
AlexandreHutton opened this issue Aug 31, 2024 · 0 comments
Open

Stale data deletion #3

AlexandreHutton opened this issue Aug 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexandreHutton
Copy link
Member

Users are identified by their session cookie. In the event that their cookies are cleared, they lose access to their results and the data would sit on the server indefinitely.

To fix:

  • Every day, check the DB, identify old data and delete it.
  • If a user returns with the session cookie, we should modify it to drop data that is not found.
  • Add "last accessed" column to results. Update on fetch.
@AlexandreHutton AlexandreHutton added the enhancement New feature or request label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant