Hello,
I have New small system without server infrastracture and I would like to keep it that way.
I'm trying to create history log for some entity that should include prev value and new value.
The history should created on any CRUD action, and I'm trying to implement it on the client side.
Is there any way to triggered it that way (via Webapi)?
I'm not sure how to implement the Delete record log.
I will be happy to get alternatives also.
Thanks