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

Add automatic pruning of old/broken data #1095

Open
3 tasks
dsebastien opened this issue Nov 14, 2024 · 0 comments
Open
3 tasks

Add automatic pruning of old/broken data #1095

dsebastien opened this issue Nov 14, 2024 · 0 comments
Labels
environment:production P3 Affects a small number of users or is largely cosmetic SHOULD Nice to have tech Technical task
Milestone

Comments

@dsebastien
Copy link
Member

dsebastien commented Nov 14, 2024

Old data should be cleaned up from time to time.
We could use the Prunable or MassPrunable traits to implement a part of this: https://laracasts.com/series/lukes-larabits/episodes/21

  • Implement
  • Add documentation
  • Automate for production

To perform the operation: php artisan model:prune. Add --pretend to check before performing it

Examples of things to clean up:

  • Unused accounts
  • Resources that are not available anymore anywhere (404 and/or not used in any community)
  • ...
@dsebastien dsebastien added tech Technical task SHOULD Nice to have P3 Affects a small number of users or is largely cosmetic environment:production labels Nov 14, 2024
@dsebastien dsebastien added this to the IDEAS milestone Nov 14, 2024
@dsebastien dsebastien moved this to Backlog in Knowii Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment:production P3 Affects a small number of users or is largely cosmetic SHOULD Nice to have tech Technical task
Projects
Status: Backlog
Development

No branches or pull requests

1 participant