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

Add api backing for annotation verification #2221

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

hudson-newey
Copy link
Member

@hudson-newey hudson-newey commented Mar 3, 2025

Add api backing for annotation verification

This PR adds support for api/database backed verifications

Changes

  • Backfills verification api endpoints, services, and models
  • Adds api backing for verification grid
  • Bump web components version
  • Makes AudioEvent models channel property writable
  • Updates TypeScript typings to allow combination InnerFilter arrays

Issues

Fixes: #2220

Final Checklist

  • Assign reviewers if you have permission
  • Assign labels if you have permission
  • Link issues related to PR
  • Ensure project linter is not producing any warnings (npm run lint)
  • Ensure build is passing on all browsers (npm run test:all)
  • Ensure CI build is passing
  • Ensure docker container is passing (docs)

@hudson-newey hudson-newey self-assigned this Mar 3, 2025
@hudson-newey hudson-newey added enhancement New feature or request triage:high High priority issue or pull request labels Mar 3, 2025
@hudson-newey hudson-newey changed the title Backfill verification services and tests Add api backing for annotation verification Mar 3, 2025
@hudson-newey hudson-newey marked this pull request as ready for review March 4, 2025 00:33
@hudson-newey hudson-newey requested a review from atruskie March 4, 2025 01:07
Copy link
Member

@atruskie atruskie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like how the verification component is not that much more complex. Good job bundling the logic up into the service.

const mappedDecision =
confirmedMapping[subjectWrapper.verification.confirmed as string];

const tagId = subjectWrapper.tag.id;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we shipped tags having targets yet?

Copy link
Member Author

@hudson-newey hudson-newey Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage:high High priority issue or pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add api backing for verification grid
2 participants