feat(ticket): add assignment lots card to ticket detail

This commit is contained in:
2026-07-29 12:16:27 +05:30
parent 8e8803396d
commit 7ffe3f0708
8 changed files with 300 additions and 7 deletions

View File

@@ -39,6 +39,8 @@ export const ticketKeys = {
] as const,
defectClasses: (ticketId: string) =>
[...ticketKeys.details(), ticketId, 'defect-classes'] as const,
assignments: (ticketId: string) =>
[...ticketKeys.details(), ticketId, 'assignments'] as const,
extensionRequest: (ticketId: string, assignmentId: number | undefined) =>
[
...ticketKeys.details(),