dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

Audit logging for thrimshim #293

Open ekimekim opened 2 years ago

ekimekim commented 2 years ago

To help reconstruct what changes were made to a video and when

chrusher commented 11 months ago

Is this mostly changing the logging in thrimshim?

ekimekim commented 11 months ago

Application logs aren't structured or stored anywhere long term, ideally this would be a write to a database table for each change. Something like: each time edits are submitted, the new edit inputs are written to a seperate table in a new row with a timestamp (multiple rows can exist for the same event, just with different timestamps).