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

VIVO-1545: Track user changes made to the content store #3135

Closed
chenejac opened this issue Aug 22, 2018 · 2 comments
Closed

VIVO-1545: Track user changes made to the content store #3135

chenejac opened this issue Aug 22, 2018 · 2 comments

Comments

@chenejac
Copy link
Contributor

Graham Triggs (Migrated from VIVO-1545) said:

Log changes being made by users via the UI to the content store, in a way that describes everything they have done, is queryable, and potentially can be reversed.

 

Pull Request: vivo-project/Vitro#81

@chenejac
Copy link
Contributor Author

Mike Conlon said:

Really important idea.  Has been around for about 7 years.  Previously VIVO logged user changes to vivo.all.log, but it was buggy and removed.  The feature was very simple and very useful.  The log contained entires that looked like

datestamp username add/delete triple

since in a triple store, the only data management actions are to add a triple or to remove a triple.  Given these entires, it was trivial to see what a user had done, track activity over time, and collect all the triples that had been added or deleted – these triples could be reapplied or changes reversed using existing add/remove triples functionality.  Very simple, very powerful.

Florida had log reports based on these triples and used them to identify and assist editors.  Very helpful for building a community of editors.

@chenejac
Copy link
Contributor Author

Andrew Woods said:

PR: vivo-project/Vitro#81

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