The pathDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/lo/rocks/new is not defined in src/routes/lo.tsx and is not a standalone screen. New Rocks (quarterly goals) are created via the QuarterlyGoalDialog opened from /lo/rocks.
Overview
No<Route path="/lo/rocks/new"> entry exists in src/routes/lo.tsx. The :rockId parameter route (/lo/rocks/:rockId) would match a literal path /lo/rocks/new, but new is not a valid UUID, so the component would render a “Goal not found” state. New Rocks are created via the QuarterlyGoalDialog modal from the /lo/rocks list page.
Who it’s for
No explicit permission gate on this route — navigating here renders a not-found or empty state.Before you start
Navigate to/lo/rocks and use the ”+” button to open QuarterlyGoalDialog.
Steps
Related
Leadership
Leadership core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/lo.tsx