feat(CC-078): mark Templates, Shared Docs, Export Control, Promises, Custom Reports as ready
This commit is contained in:
parent
84bd7bb93f
commit
8c5a703c2a
1 changed files with 3 additions and 3 deletions
|
|
@ -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`),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue