feat(CC-068): mark Decision Reports, Exports, Data Sources as ready
This commit is contained in:
parent
e382372096
commit
9d50b7089d
1 changed files with 4 additions and 4 deletions
|
|
@ -285,11 +285,11 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Business Reports', `${B}/reports/business`),
|
||||
ready('Financial Reports', `${B}/reports/financial`),
|
||||
planned('Life Reports', `${B}/reports/life`, 'a3', 'Obiective, timp, energie, educatie pe 30/90 zile.'),
|
||||
planned('Decision Reports', `${B}/reports/decisions`, 'a3', 'Decizii, scenarii, precizia estimarilor.'),
|
||||
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.'),
|
||||
planned('Exports', `${B}/reports/exports`, 'mvp', 'Exporturile bulk sunt actiuni materiale: necesita aprobare si audit.'),
|
||||
ready('Exports', `${B}/reports/exports`),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -310,8 +310,8 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
planned('Companies Database', `${B}/data/companies`, 'mvp', 'Companii canonice cu surse si confidence. Cautarea B2B e deja live in sectiunea Intelligence.'),
|
||||
planned('Contacts Database', `${B}/data/contacts`, 'mvp', 'Contacte canonice cu opt-out si date permise pentru utilizare.'),
|
||||
planned('Enrichment', `${B}/data/enrichment`, 'mvp', 'Crawler-ul si enrichment-ul ruleaza deja pe server; lipseste UI-ul.'),
|
||||
planned('Segments', `${B}/data/segments`, 'mvp', 'Segment builder cu preview si export control (diferit de Saved Segments ale userului).'),
|
||||
planned('Data Sources', `${B}/data/sources`, 'mvp', 'Inventar de surse cu provenance.'),
|
||||
ready('Segments', `${B}/data/segments`).'),
|
||||
ready('Data Sources', `${B}/data/sources`),
|
||||
planned('Compliance', `${B}/data/compliance`, 'mvp', 'Temei legal, retentie si suppression list aplicate INAINTE de serving/export.'),
|
||||
planned('Export Control', `${B}/data/export-control`, 'mvp', 'Exporturile bulk sunt auditate si limitate.'),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue