feat(ticket): add issue-by-issue repair review page

This commit is contained in:
2026-07-22 14:46:34 +05:30
parent 76c87811d8
commit e94da54aa9
19 changed files with 1262 additions and 109 deletions

View File

@@ -77,7 +77,8 @@ export const API_ROUTES = {
`/biz/api/v1/tickets/${ticketId}/extension-requests`,
REVIEW_EXTENSION_REQUEST: (ticketId: string, assignmentId: number) =>
`/biz/api/v1/tickets/${ticketId}/assignments/${assignmentId}/extension-request/decision`,
REVIEW: (id: string) => `/biz/api/v1/tickets/${id}/review`,
REVIEW_DETECTION_REPAIR_PROOF: (ticketId: string, detectionId: number) =>
`/biz/api/v1/tickets/${ticketId}/detections/${detectionId}/repair-proof/review`,
CLOSE: (id: string) => `/biz/api/v1/tickets/${id}/close`,
DETAIL_EVENTS_TOKEN: (id: string) =>
`/biz/api/v1/tickets/${id}/events/token`,