feat(ticket): add paginated class detection preview with image and map

This commit is contained in:
2026-07-08 10:48:03 +05:30
parent fb9a654aea
commit 23186ffd29
11 changed files with 447 additions and 143 deletions

View File

@@ -54,6 +54,7 @@ export const API_ROUTES = {
UPLOAD_EVENTS: (token: string) =>
`/biz/api/v1/uploads/events?sse_token=${encodeURIComponent(token)}`,
RESULTS: (id: string) => `/biz/api/v1/results/${id}/completed`,
DETECTIONS: (id: string) => `/biz/api/v1/results/${id}/detections`,
},
TICKETS: {
BASE: '/biz/api/v1/tickets',