feat(tickets): add detection discard workflow

This commit is contained in:
2026-07-13 19:27:54 +05:30
parent 9d7f956c3b
commit 68829dc72b
9 changed files with 295 additions and 4 deletions

View File

@@ -58,6 +58,9 @@ export const API_ROUTES = {
`/biz/api/v1/results/${id}/annotation-frames`,
DETECTIONS: (id: string) => `/biz/api/v1/results/${id}/detections`,
},
DETECTIONS: {
DISCARD: (id: number) => `/biz/api/v1/detections/${id}/discard`,
},
TICKETS: {
BASE: '/biz/api/v1/tickets',
DETAIL: (id: string) => `/biz/api/v1/tickets/${id}`,