-
Notifications
You must be signed in to change notification settings - Fork 64
Write up auth -> activity log page #36
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
Conversation
✅ Deploy Preview for directus-docs-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
phazonoverload
left a comment
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.
Good. Question I'm not sure about - isn't this also a setting inside of flow configuration - whether to log activities or not?
content/4.auth/8.activity-log.md
Outdated
|
|
||
| <!-- TODO: Image --> | ||
|
|
||
| The activity log module provides a collective timeline of all data-changing actions taken within your project. It is accessed via the notifications tray of the sidebar. The page shares the filtering and search with the [Collection Page](/data-modeling/collections). |
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.
The page shares the filtering and search with the Collection Page
Really struggled to read this - took me a few times. Worth revision?
content/4.auth/8.activity-log.md
Outdated
| ::callout{type="warning" url="/auth/creating-users" title="External Changes"} | ||
|
|
||
| Read more about creating users. | ||
|
|
||
| Directus can only track the events which actually pass through its platform. Therefore, any changes made to the database | ||
| directly are not tracked. | ||
|
|
||
| :: |
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.
What's going on here? I think line 13 needs removing?
content/4.auth/8.activity-log.md
Outdated
|
|
||
| - **User** — The user that performed the action. | ||
| - **Action** — The specific action taken (e.g., Create, Update, Delete, Comment, or Login). | ||
| - **TimeStamp** — The timestamp of when the action was performed. |
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.
Not sure TimeStamp is capitalized like this
|
Thanks for the feedback @phazonoverload! Can you please take another look? |
content/4.auth/8.accountability.md
Outdated
| ::callout{type="warning" url="/auth/creating-users" title="External Changes"} | ||
|
|
||
| Read more about creating users. | ||
|
|
||
| Directus can only track the events which actually pass through its platform. Therefore, any changes directly made to the database are not tracked in the activity log. | ||
|
|
||
| :: |
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.
Confused about this still
- URL - creating users
- title - external changes
- content - bit of both
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.
Thank you for pointing this out I don't know what happened here.
|
Thank you for pointing out this error on my end! Should be good to go I hope |
No description provided.