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

new: [log-events] added new Event model. #52

Merged
merged 10 commits into from Feb 23, 2022
Merged

new: [log-events] added new Event model. #52

merged 10 commits into from Feb 23, 2022

Conversation

cedricbonhomme
Copy link
Member

@cedricbonhomme cedricbonhomme commented Feb 22, 2022

What does it do?

Originally posted by cedricbonhomme February 15, 2022
New functionality to log specific kind of events. For example:

  • an object is viewed from the HTML page;
  • an object is deleted;
  • the import of an object via the API;
  • the import of an object via the API from a MONARC instance (when user agent is MONARC);
  • requests from a MONARC Stats Service instance (when user agent is Stats service);
  • etc.

Updates to object are already logged since objects are versioned.

This will allow us to plot more stats.

Questions

  • [Yes] Does it require a DB change?
  • [No] Are you using it in production?

Release Type:

  • Major
  • Minor
  • Patch

@cedricbonhomme cedricbonhomme linked an issue Feb 22, 2022 that may be closed by this pull request
@cedricbonhomme cedricbonhomme merged commit 9e75ce9 into master Feb 23, 2022
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

Successfully merging this pull request may close these issues.

Log specific kind of events
1 participant