Skip to content
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

Custom filtering, sorting, and searching of UserEventLogs #376

Closed
mattyg opened this issue May 11, 2022 · 1 comment · Fixed by #455
Closed

Custom filtering, sorting, and searching of UserEventLogs #376

mattyg opened this issue May 11, 2022 · 1 comment · Fixed by #455
Assignees
Labels
enhancement New feature or request

Comments

@mattyg
Copy link
Collaborator

mattyg commented May 11, 2022

In #309 we implemented basic user event logging.

Currently the UX of user event logs is simply a paginated list, sorted by UserEventLog.createdAt descending.

For improved utility and UX, we should allow custom filtering by the following:

  • UserEventLog.type (one or multiple)
  • sorting by createdAt ascending or descending
  • full-text search of all fields
@mattyg mattyg added the enhancement New feature or request label May 11, 2022
@kristoferlund
Copy link
Member

kristoferlund commented May 18, 2022

How about so for filtering, searching and sorting? Keeping it in a similar style to the user admin screen.

image

Headless UI which we are already using provides a nice multiselect dropdown: https://headlessui.dev/react/listbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants