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

keep a record of all changes that includes who made the change, and the timestamp #253

Open
michaelpalumbo opened this issue Sep 1, 2023 · 1 comment

Comments

@michaelpalumbo
Copy link
Collaborator

this is critical for the evaluation chapter. use this to be able to assess when and how often players interact with each others' patch (and need to design it so that this is detectable)

if not done through automerge, do it yourself, and dump it to csv

@michaelpalumbo
Copy link
Collaborator Author

for now, do it within Patch.js, not automerge, store to csv. then create a script which collates all records of patch changes from each instance.

  • build this within Patch.js
  • records all user edits as an object, pushed to an array, then written as a line in a csv
  • field: timestamp
  • field: username
  • field: edit action
  • field: item owner (if edit action is on an item spawned by another user)

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

1 participant