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

Make Event Logs More Searchable #1022

Open
drieJAC opened this issue Feb 23, 2024 · 0 comments
Open

Make Event Logs More Searchable #1022

drieJAC opened this issue Feb 23, 2024 · 0 comments

Comments

@drieJAC
Copy link
Contributor

drieJAC commented Feb 23, 2024

Background
We have event logs which map the actions performed on various database entities and log warnings/errors but the logs are very basic. For this reason they're not so useful and rarely used.
If we add some search functionality they could become more useful in viewing an entity's timeline. This could be useful for developers to track down bugs but also for admins.

User Story
As a developer/administrator I want to be able to search/filter the event log for the following:

  • candidate
  • exercise
  • application

To:

  • filter by type of event - e.g. status change; email send etc
  • search by id

We could also hook the error/warning logs into specific catch blocks for monitoring purposes, allowing us to see over time if certain errors are being thrown

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

No branches or pull requests

1 participant