Skip to content

[C2] Add tracking to all resource event #6134

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

Open
4 tasks done
NicoDucou opened this issue Mar 14, 2025 · 1 comment
Open
4 tasks done

[C2] Add tracking to all resource event #6134

NicoDucou opened this issue Mar 14, 2025 · 1 comment

Comments

@NicoDucou
Copy link
Member

NicoDucou commented Mar 14, 2025

In Chamilo 2 most of the content is a type of resource, so to be able to have an efficient tracking we should have a system to force all event that happens to a resource to be registered in the track_e_default table or similar.

At least at the begining we should track the following events and after we would get in more details :

  • creation
  • deletion
  • edition
  • visibility change

For every we should register the date, the user who did it and the context if needed.

@christianbeeznest christianbeeznest self-assigned this Apr 21, 2025
christianbeeznest added a commit to christianbeeznest/chamilo-lms that referenced this issue Apr 21, 2025
@christianbeeznest
Copy link
Contributor

It is implemented with this PR #6245

Thanks for confirmation.

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

No branches or pull requests

2 participants