feat(CC-088): mark FamilyOS ready + add QuickCapture, WeeklyReview, StrategyMap, MeetingPrep
This commit is contained in:
parent
6c0996ccfd
commit
25a27dd9d7
1 changed files with 5 additions and 1 deletions
|
|
@ -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 }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue