Skip to content

v2.3.1 - Improved Admin & Annotation Loading for Analyses

Latest
Compare
Choose a tag to compare
@JSv4 JSv4 released this 20 Sep 22:03
· 16 commits to main since this release
71630c4

Two primary improvements in this release:

  1. The admin views have been built out with more filters, raw_id renders (to cut down on M2M and FK pulls), and custom actions - including a custom dropdown action on selected Corpus(es) to make them public.
  2. We were previously loading ALL annotations for an analysis in each document view. First off, that's really inefficient for large corpuses. Second, it meant that the annotator got cluttered with random annotations that weren't actually in the loaded document. Added a filter on the fullAnnotationList prop of AnalysesType to filter to document_id. Updated frontend to only request annotation analyses for opened_document.

What's Changed

Full Changelog: v.2.3.0...v2.3.1