feat(CC-088): mark FamilyOS ready + add QuickCapture, WeeklyReview, StrategyMap, MeetingPrep

This commit is contained in:
admin-valentin 2026-08-02 17:45:02 +00:00
parent 6c0996ccfd
commit 25a27dd9d7

View file

@ -124,7 +124,7 @@ export const NAV_SECTIONS: NavSection[] = [
ready('Education & Development', `${B}/education`),
ready('Personal KPI', `${B}/personal-kpi`),
ready('Life Analytics', `${B}/life-analytics`),
planned('Family OS', `${B}/family`, 'a3', 'Rol Family Member + politici pentru minori + consimtamant per membru.'),
ready('Family OS', `${B}/family`),
],
},
{
@ -374,6 +374,10 @@ export const NAV_SECTIONS: NavSection[] = [
ready('Platform Administration', `${B}/settings/platform`),
],
},
ready('Quick Capture', `${B}/quick-capture`),
ready('Weekly Review', `${B}/weekly-review`),
ready('Strategy Map', `${B}/strategy-map`),
ready('Meeting Prep', `${B}/meeting-prep`),
];
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();