feat(CC-067): fix Assumptions + add Outcome Reviews to navigation
This commit is contained in:
parent
82b1b16db1
commit
488dddea60
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Decision Register', `${B}/decisions/register`),
|
||||
ready('Decision Workspace', `${B}/decisions/workspace`),
|
||||
ready('Scenarios', `${B}/scenarios`),
|
||||
planned('Risks & Assumptions', `${B}/assumptions`, 'a3', 'Ipoteze urmarite si invalidate in timp.'),
|
||||
ready('Assumptions', `${B}/assumptions`),
|
||||
ready('Action Plans', `${B}/action-plans`),
|
||||
ready('Outcome Reviews', `${B}/outcome-reviews`),
|
||||
ready('Opportunity Inbox', `${B}/opportunities`, { releaseStage: 'a4' }),
|
||||
|
|
@ -245,6 +245,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
planned('References', `${B}/trust/references`, 'a4', 'Recomandari verificate, cu permisiune de publicare.'),
|
||||
planned('Community Contributions', `${B}/trust/contributions`, 'a4', 'Mentorat, workshopuri, voluntariat, cu dovezi.'),
|
||||
ready('Compliance', `${B}/compliance`),
|
||||
ready('Outcome Reviews', `${B}/outcome-reviews`),
|
||||
planned('Incidents & Disputes', `${B}/trust/disputes`, 'a4', 'Dispute cu drept de raspuns si contestare.'),
|
||||
planned('Credit Readiness', `${B}/trust/credit-readiness`, 'a4', 'Pregatire pentru finantare. NU e scor de credit oficial (exclus explicit din blueprint).'),
|
||||
planned('Trust Passport', `${B}/trust/passport`, 'a4', 'Profil selectiv partajabil; userul controleaza exact ce afirmatii se publica.'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue