fix(CC-072): fix Segments syntax error, mark Integrations Overview ready, add Notifications Inbox

This commit is contained in:
admin-valentin 2026-08-02 12:32:21 +00:00
parent fb1bedf6aa
commit 8050be8a9c

View file

@ -310,7 +310,7 @@ export const NAV_SECTIONS: NavSection[] = [
ready('Companies Database', `${B}/intelligence/companies`),
ready('Contacts Database', `${B}/crm`),
planned('Enrichment', `${B}/data/enrichment`, 'mvp', 'Crawler-ul si enrichment-ul ruleaza deja pe server; lipseste UI-ul.'),
ready('Segments', `${B}/data/segments`).'),
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.'),
@ -324,7 +324,7 @@ export const NAV_SECTIONS: NavSection[] = [
permissions: ['owner', 'admin'],
workspaceTypes: ALL_WORKSPACES,
children: [
planned('Integrations Overview', `${B}/integrations`, 'a3', 'Status, scope, ultima sincronizare, erori si audit per integrare.'),
ready('Integrations Overview', `${B}/integrations`),
planned('Email', `${B}/integrations/email`, 'a3', 'Import selectiv; redactarea AI cere aprobare inainte de trimitere.'),
planned('Calendar', `${B}/integrations/calendar`, 'a3', 'Sincronizare evenimente si participanti.'),
planned('ERP & Accounting', `${B}/integrations/erp`, 'mvp', 'ERPNext ruleaza pe server. Integrarea se face prin adapter/API, niciodata scriind direct in baza ERP.'),
@ -366,6 +366,7 @@ export const NAV_SECTIONS: NavSection[] = [
planned('Professional Identity', `${B}/settings/identity`, 'a4', 'Identitate profesionala publicabila, legata de Trust Engine.'),
ready('Workspaces', `${B}/settings/workspaces`),
ready('Members', `${B}/members`, { permissions: ['owner', 'admin'] }),
ready('Notifications Inbox', `${B}/notifications`),
ready('Notifications', `${B}/settings/notifications`, { releaseStage: 'a3' }),
ready('Language & Timezone', `${B}/settings/locale`),
planned('Billing', `${B}/settings/billing`, 'a4', 'Facturare per tenant. Faza A3 comercial.'),