You could handle that with an audit log (there's some standard ways to do this in SQL databases). And then expose that in the admin interface via the low code tools (which have SQL-to-UI builders).
Here's an example of an audit log I put together for an in app activity feed (in Postgres):
https://gist.github.com/cpursley/a2ae79423bee9274e3639839967...