Changes at "Filters on Admin Log for improving auditing "
Title
- +{"en"=>"Filters on Admin Log for improving auditing "}
Body
-
+["
Ref. GDPR05
Is your feature request related to a problem? Please describe.
As an administrator is very difficult to find information on the Admin Log.
Describe the solution youâd like
As other parts of the application, I want to have filters where I can find out by:
- âwhoâ: âchanges made by X userâ
- âwhenâ: âchanges between X and Y datesâ
- âwhatâ: âchanges made on X spaceâ
These filters must be inclusive (like I can ask who/what/when at the same time).
Describe alternatives youâve considered
To have other mechanisms for filtering.
Additional context
Thereâs the Filterable functionality, it probably makes sense using that.
Does this issue could impact on users private data?
Itâs about potentially filtering personal data in the admin log.Acceptance criteria
- Given that Iâm a platform administrator
When I go to the âAdmin logâ page in admin
I can search by adminâs nickname or email
And see as a result the actions made by this admin. - Given that Iâm a platform administrator
When I go to the âAdmin logâ page in admin
I can search by a start and end datetime
And see as a result the actions made during this dates. - Given that Iâm a platform administrator
When I go to the âAdmin logâ page in admin
I can search by the slug or title of an space
And see as a result the actions made to this space
Share