-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
src/app/components/annotations/pages/verification/verification.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotations/pages/verification/verification.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/annotations/pages/verification/verification.component.ts
Outdated
Show resolved
Hide resolved
const mappedDecision = | ||
confirmedMapping[subjectWrapper.verification.confirmed as string]; | ||
|
||
const tagId = subjectWrapper.tag.id; |
There was a problem hiding this comment.
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 target
s yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet
Above is a commit locked link to tag model
Add api backing for annotation verification
This PR adds support for api/database backed verifications
Changes
channel
property writableIssues
Fixes: #2220
Final Checklist
npm run lint
)npm run test:all
)