add download

This commit is contained in:
2025-11-09 22:16:07 -03:00
parent f8dfa45ba3
commit 7f385bf175
8 changed files with 224 additions and 147 deletions

View File

@@ -40,13 +40,13 @@ export const statuses: Record<
export const labels: Record<string, string> = {
PENDING: 'Não iniciado',
IN_PROGRESS: 'Em andamento',
COMPLETED: 'Aprovado',
COMPLETED: 'Concluído',
FAILED: 'Reprovado',
CANCELED: 'Cancelado'
}
export const sortings: Record<string, string> = {
created_at: 'Matriculado em',
created_at: 'Cadastrado em',
started_at: 'Iniciado em',
completed_at: 'Concluído em',
failed_at: 'Reprovado em',