nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

Audit log #175

Open GetPsyched opened 2 months ago

GetPsyched commented 2 months ago

As we'll allow "anyone" to add data to our DB, we must keep a track record of what was added by whom. While this should be simple to implement, the implementation itself needs to be robust and clean.

The audit log could be saved in a table itself or be outputted to some webhook; this is TBD.