Elite-Capstone / Elite-Capstone/Project-ShutTheFrontDoor
BCK-3.2.1 - Video temporary retention
- Dominant language
- HTML
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The videos that are saved in the database must be deleted after an X amount of time (set it to 1 week by default).
The database must then know the date which the file was created and the date which it must be deleted.
---
The deletion time does not have to be at the exact second. All the videos that should be deleted on a certain day, at different times of the day, can all be deleted at midnight. So, have 1 operation delete multiple files in the day (probably saves cost of operations, maybe)
For example, a video has been recorded on Jan 1st 6AM. If it was "exactly" 7 days, it would be deleted on Jan 8th 6AM.
Instead, the video should be deleted on Jan 8th at midnight.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.