TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
177 stars 41 forks source link

Cleanup Database regularly #1359

Open karjo24 opened 4 weeks ago

karjo24 commented 4 weeks ago

Is your feature request related to a problem? Please describe. The database currently stores useless information. E.g. pinned courses that can no longer be accessed by the user remain in the database, because it has been set to a lower visibility setting, see (#1351). A more complete list of types of useless information should be produced before trying to implement this.

Describe the solution you'd like Script that cleans up the database at regular intervals.

Describe alternatives you've considered Leave as is.