feat: implement document upload functionality with dedicated UI, state management, and routing.

This commit is contained in:
Achintha Isuru
2026-02-26 16:11:24 -05:00
parent 050072bd93
commit 1aa5132abe
14 changed files with 618 additions and 90 deletions

View File

@@ -1050,6 +1050,14 @@
"pending": "Pending",
"missing": "Missing",
"rejected": "Rejected"
},
"upload": {
"instructions": "Please select a valid PDF file to upload.",
"submit": "Submit Document",
"select_pdf": "Select PDF File",
"attestation": "I certify that this document is genuine and valid.",
"success": "Document uploaded successfully",
"error": "Failed to upload document"
}
},
"staff_certificates": {

View File

@@ -1050,6 +1050,14 @@
"pending": "Pendiente",
"missing": "Faltante",
"rejected": "Rechazado"
},
"upload": {
"instructions": "Por favor selecciona un archivo PDF válido para subir.",
"submit": "Enviar Documento",
"select_pdf": "Seleccionar Archivo PDF",
"attestation": "Certifico que este documento es genuino y válido.",
"success": "Documento subido exitosamente",
"error": "Error al subir el documento"
}
},
"staff_certificates": {