Can I assume that it is safe to use the same user login concurrently from several browsers? #385
-
Is it possible and safe to have the same user log in from several browser sessions or machines and annotate at the same time? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Each user is assigned one document at a time, with the assignment recorded server side in the database, so if you logged in twice in two separate browsers both sessions would see the same document. And I’m not sure who would win or what would happen if both sessions tried to submit the same document, whether the first one wins, the second one overwrites the first, or something else… But equally the documents are not pre-assigned to particular annotators - when you complete one document the system looks for any other document that you have not already done and that still needs further annotation. So if you add more annotators to the partially completed project the remaining tasks will naturally share out across them and all the existing annotators. |
Beta Was this translation helpful? Give feedback.
Yes, if your project is not doing multiple annotation then the documents will simply be shared out by all annotators and the project will be complete once each document has been annotated by one person.