-
Notifications
You must be signed in to change notification settings - Fork 231
How to Audit Reads
#3302
Replies: 1 comment
-
You can expose the audit table as a separate Elide model with read only access. |
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a requirement to write an audit record to the database every time a user accesses a record. I was going to do this through the Audit annotation but I noticed there is no Read action. There's also no Read operation for hooks. Is there a reason the R of CRUD was left out? Any elide way I could do this?
Beta Was this translation helpful? Give feedback.
All reactions