-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: track events with audit logs #92
Conversation
known issues
|
@G3root I don't think #79 will fix it. Lets create an issue for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great @G3root , I have left a comment, else its good to go.
src/server/audit/actions.ts
Outdated
"remove", | ||
"revoke-invite", | ||
"deactivate", | ||
"activate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep these events/actions consistent, lets go with signed-up
, invited
, re-invited
, accepted
.
Note: these events has already occurred, it only makes sense to stick with past tense.
fixes #90