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

Better handle multiple users coding same article #48

Open
mchladek opened this issue Aug 22, 2017 · 2 comments
Open

Better handle multiple users coding same article #48

mchladek opened this issue Aug 22, 2017 · 2 comments

Comments

@mchladek
Copy link
Collaborator

Currently the model does not keep good track of when a user overwrites the coding done by another user. A better history of article codings by user should be kept. This will be especially important if article codings done by the NLP model are "coded" using a dummy user. We will need to have multiple users for multiple versions of the NLP and will want to keep track of how the different versions coded articles differently.

@meshulam
Copy link
Member

meshulam commented Sep 7, 2017

Model codings will be stored separately from user codings. Are there specific use cases where we want to store more than the latest user coding for an article? Are you thinking something that looks like a changelog or actually having multiple "active" codings?

@mchladek
Copy link
Collaborator Author

mchladek commented Sep 7, 2017

There were a couple use cases we had in mind:

  1. We had talked about having articles coded over multiple passes (see Have volunteers tag articles over several passes with each pass being a subset of tags #47). So, for example, one volunteer would only code for categories under "crimes" then another volunteer would code for "agencies" etc. We would want to keep track of who the various users were who coded each article.
  2. Allowing users to see a history of what articles they've coded in the event they realized a day or two later they mis-coded something and need to go back and change it. If another user has altered it since then, it wouldn't be in their history. (This is likely a very rare case.)

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

No branches or pull requests

2 participants