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

[annotations] add view to show a user his/her summary of annotations (per set) #3

Open
vsoch opened this issue Oct 22, 2016 · 0 comments

Comments

@vsoch
Copy link
Member

vsoch commented Oct 22, 2016

line ~234 of labelinator app views.py, I am using a distinct=True

 # Get the concise annotations
    annotations = Annotation.objects.filter(reports__report_id=report.report_id).annotate(Count('annotation', distinct=True))
    annotations = summarize_annotations(annotations)

and we need to make sure this preserves counts for distinct annotations (meaning across users).

@vsoch vsoch changed the title testing: will need to test if annotation counts (reported) for multiple users is accurate [annotations] add view to show a user his/her summary of annotations (per set) Dec 20, 2016
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

1 participant