skuzzle / cmp

Create and share public counters
https://countmy.pizza
MIT License
6 stars 1 forks source link

Clean up inactive counters #14

Open skuzzle opened 5 years ago

skuzzle commented 5 years ago

Backend should run a regular job to clean up inactive counters.

This should probably work in stages: Stage 1: mark counters that have not been modified as 'inactive' Stage 2: remove inactive counters

A counter should be marked inactive:

Inactive counters shall be permanently removed a few weeks after becoming inactive. Inactive flag will be reset if the counter is modified.

Users shall have the possibility to additionally mark a counter as 'archived' thus preventing its deletion after becoming inactive.