feat(CC-087): mark Telemetry, DocInbox, ERP, Credibility, CreditReadiness as ready
This commit is contained in:
parent
46d3836567
commit
a8564e0b5f
1 changed files with 5 additions and 5 deletions
|
|
@ -147,7 +147,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Deadlines & Obligations', `${B}/obligations`),
|
||||
ready('Risks', `${B}/risks`),
|
||||
ready('Accountant Pack', `${B}/accountant-pack`),
|
||||
planned('ERP', `${B}/erp`, 'mvp', 'ERPNext ruleaza pe server. CEO OS nu scrie direct in baza ERP: doar prin adapter/API.'),
|
||||
ready('ERP', `${B}/erp`),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -157,7 +157,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
releaseStage: 'mvp',
|
||||
workspaceTypes: ALL_WORKSPACES,
|
||||
children: [
|
||||
planned('Document Inbox', `${B}/documents/inbox`, 'mvp', 'Paperless-ngx ruleaza pe server dar nu e conectat la ceo-api. Necesita adapter + webhook semnat.'),
|
||||
ready('Document Inbox', `${B}/documents/inbox`),
|
||||
ready('Document Library', `${B}/documents`),
|
||||
ready('OCR Review', `${B}/documents/ocr`),
|
||||
ready('Evidence Center', `${B}/evidence`),
|
||||
|
|
@ -237,7 +237,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
workspaceTypes: ALL_WORKSPACES,
|
||||
children: [
|
||||
ready('Trust Dashboard', `${B}/trust`),
|
||||
planned('Credibility Profile', `${B}/trust/credibility`, 'a4', 'Fiecare factor afiseaza valoare, sursa, data, metoda, confidence si drept de contestare.'),
|
||||
ready('Credibility Profile', `${B}/trust/credibility`),
|
||||
ready('Social Reputation', `${B}/trust/social`),
|
||||
ready('Professional Reputation', `${B}/trust/professional`),
|
||||
ready('Credentials', `${B}/trust/credentials`),
|
||||
|
|
@ -247,7 +247,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Compliance', `${B}/compliance`),
|
||||
ready('Outcome Reviews', `${B}/outcome-reviews`),
|
||||
ready('Incidents & Disputes', `${B}/trust/disputes`),
|
||||
planned('Credit Readiness', `${B}/trust/credit-readiness`, 'a4', 'Pregatire pentru finantare. NU e scor de credit oficial (exclus explicit din blueprint).'),
|
||||
ready('Credit Readiness', `${B}/trust/credit-readiness`),
|
||||
ready('Trust Passport', `${B}/trust/passport`),
|
||||
],
|
||||
},
|
||||
|
|
@ -333,7 +333,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('API Connections', `${B}/integrations/api`),
|
||||
ready('Webhooks', `${B}/integrations/webhooks`),
|
||||
ready('Devices', `${B}/devices`),
|
||||
planned('Telemetry', `${B}/devices/telemetry`, 'a4', 'Pair -> Consent -> Telemetry -> Normalize -> Observation -> Metric.'),
|
||||
ready('Telemetry', `${B}/devices/telemetry`),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue