uluturki / social-annotate

Helps to annotate social media by bringin everything into the natural experience of platforms and keeping records straight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record metadata with each annotation

uluturki opened this issue · comments

When each annotation is submitted, we should also record metadata related to that annotation such as;

  • timestamp
  • how long did user the take to make this annotation
  • for user annotations, which tweets did the user see before making the annotation
  • anything else that may be relevant (lets think about this).

However, it will probably be necessary to provide an option to disable this due to ethical reasons. We should also pay extra attention to make sure no unnecessary information is recorded that may compromise anonymity.

Commits 3bf6a83 and 76c173c stores page load timestamp and submit timestamps. For additional meta-data store we can discuss later.