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