Closed JSv4 closed 4 months ago
Attention: Patch coverage is 90.00000%
with 42 lines
in your changes missing coverage. Please review.
Project coverage is 68.73%. Comparing base (
3f67012
) to head (ece27d2
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
feat: Add Background Annotation Extracts and Supporting Models
Added new models in the extracts app for background annotation extracts.
Defined new GraphQL types, queries, and mutations for managing the new models.
Implemented Celery tasks to process extracts and generate rows.
Followed existing design patterns for model definitions, GraphQL schema, and permissions.
Ensured modularity and efficiency in the workflow with Celery chains and groups for parallel execution.
This update extends the annotation capabilities of the application, allowing for automated and background extraction of structured data from documents, improving efficiency and scalability.