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

Enhancement/Add option to share annotations across users #318

Merged

Conversation

c-w
Copy link
Member

@c-w c-w commented Aug 1, 2019

As discussed in #313, it's useful to have a project configuration that enables users to share annotation progress and annotate collaboratively. This enables a workflow where user A annotates document M and user B sees the annotation and can avoid re-labeling document M.

As such, this pull request adds a new option that enables activation of the "collaborative annotation mode":

Screenshot of checkbox that enables the collaborative annotation workflow

Resolves #313

@alohia
Copy link

alohia commented Aug 2, 2019

Hi @c-w , I am unable to get your changes if I run python manage.py makemigrations. I get only 1 migration file and your migration file 0004 is not created.

@c-w
Copy link
Member Author

c-w commented Aug 3, 2019

@alohia For ensuring reproducible/consistent environments, I'd recommend to always use the Dockerfile to run the project:

docker build -t doccano .
docker run -p 8000:8000 doccano

@echan00
Copy link

echan00 commented Aug 4, 2019

When can we expect this feature to be merged into master?

@jinhojang6
Copy link

It works well. Thanks!

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

Successfully merging this pull request may close these issues.

Cannot share annotated data among users
5 participants