Add audit start and end dates to audits

ISO audits often span a window distinct from certificate validity.
Store optional audit_start_date and audit_end_date on the audit
record and expose them through GraphQL, MCP, CLI, n8n, and console.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-28 14:35:36 +00:00
committed by Bryan Frimin
parent dcb7ffa945
commit fe215efbd1
25 changed files with 385 additions and 28 deletions

View File

@@ -3441,7 +3441,9 @@
"namePlaceholder": "Nom de l’audit",
"state": "État",
"validFrom": "Valide à partir de",
"validUntil": "Valide jusqu’au"
"validUntil": "Valide jusqu’au",
"auditStartDate": "Date de début de l’audit",
"auditEndDate": "Date de fin de l’audit"
},
"actions": {
"delete": "Supprimer",
@@ -3519,7 +3521,9 @@
"namePlaceholder": "Nom de l’audit",
"state": "État",
"validFrom": "Valide à partir de",
"validUntil": "Valide jusqu’au"
"validUntil": "Valide jusqu’au",
"auditStartDate": "Date de début de l’audit",
"auditEndDate": "Date de fin de l’audit"
},
"states": {
"not_started": "Non commencé",