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

Project groups #190

Merged
merged 6 commits into from
May 23, 2024
Merged

Project groups #190

merged 6 commits into from
May 23, 2024

Conversation

tomolopolis
Copy link
Member

@tomolopolis tomolopolis commented May 15, 2024

Added a Project Groups feature

  • ProjectGroups are a just a shortcut for creating multiple linked Annotation projects.
  • Completing a project group admin form will now create X many ProjectAnnotateEntities entries, one for each 'annotator' selected in the annotator list. Admins will be added to all created projects.
  • Once created ProjectGroup can be edited and these changes will be made to linked ProjectAnnotateEntities entries.
  • Certain changes will not flow down, i.e. changes in annotators.
  • Front end, home screen now can view ProjectGroups or individual lists of ProjectAnnotateEntities entries.
  • refactored the admin module into a package.
  • refactored the frontend project list table into a ProjectList component that is then re-used to render project lists for each ProjectGroup

TODOs:

  • Document above feature
  • Include in export. This will not changes the output format, only add the ProjectGroup for groupBys downstream.
  • Extend usage of ProjectGroups to include gamification, IAA, Cohen's kappa metrics across project groups.
  • ProjectGroups option should only appear for admin users on the home screen?

@tomolopolis tomolopolis merged commit 5ac7d7b into master May 23, 2024
4 checks passed
@tomolopolis tomolopolis mentioned this pull request Jul 2, 2024
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.

2 participants