From 8c5a703c2a83e884121945db8927f3f7c7a79e61 Mon Sep 17 00:00:00 2001 From: admin-valentin Date: Sun, 2 Aug 2026 12:53:55 +0000 Subject: [PATCH] feat(CC-078): mark Templates, Shared Docs, Export Control, Promises, Custom Reports as ready --- src/lib/navigation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/navigation.ts b/src/lib/navigation.ts index aecf351..170c20a 100644 --- a/src/lib/navigation.ts +++ b/src/lib/navigation.ts @@ -163,7 +163,7 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Evidence Center', `${B}/evidence`), ready('Expirations', `${B}/expirations`), planned('Templates', `${B}/documents/templates`, 'a3', 'Sabloane de documente reutilizabile.'), - planned('Shared Documents', `${B}/documents/shared`, 'a3', 'Partajare limitata in timp, cu audit (ex. catre contabil).'), + ready('Shared Documents', `${B}/documents/shared`), ready('Archive', `${B}/documents/archive`), ], }, @@ -288,7 +288,7 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Decision Reports', `${B}/reports/decisions`), planned('Reputation Reports', `${B}/reports/reputation`, 'a4', 'Reputatie cu completitudinea dovezilor si limitari.'), ready('Accountant Reports', `${B}/reports/accountant`), - planned('Custom Reports', `${B}/reports/custom`, 'a3', 'Report builder cu surse permise, filtre, schedule si audit.'), + ready('Custom Reports', `${B}/reports/custom`), ready('Exports', `${B}/reports/exports`), ], }, @@ -313,7 +313,7 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Segments', `${B}/data/segments`), ready('Data Sources', `${B}/data/sources`), ready('Compliance', `${B}/data/compliance`), - planned('Export Control', `${B}/data/export-control`, 'mvp', 'Exporturile bulk sunt auditate si limitate.'), + ready('Export Control', `${B}/data/export-control`), ], }, {