Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Meetings screen is accessible at /lo/meetings and provides a list of scheduled leadership meetings with filtering by type, status, and search, plus an upcoming meetings section.

Overview

The MeetingsPage loads meetings via useMeetings (with search and filter parameters) and upcoming meetings via useUpcomingMeetings(3). The page header reads “Meetings” with the description “Structured meetings for Level 10, Quarterly, and Annual Planning”. Filters include meeting type and status selectors, plus a search input. The ?action=new query parameter (used by keyboard shortcut Cmd/Ctrl+M from the dashboard) opens the MeetingFormDialog automatically. Each meeting is rendered as a MeetingCard. The “Schedule Meeting” button opens MeetingFormDialog to create a new meeting.

Who it’s for

Requires LO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. Creating meetings uses lo.meetings.create; admin operations use lo.meetings.admin.

Before you start

  • lo.dashboard.view permission required.
  • An active organization context is required.

Steps

1

Navigate to Meetings

Go to /lo/meetings. The page loads all meetings for the organization.
2

View upcoming meetings

An upcoming meetings section shows the next three meetings from useUpcomingMeetings.
3

Filter meetings

Use the type and status dropdowns or the search input to narrow results.
4

Open a meeting

Select a MeetingCard to navigate to /lo/meetings/:meetingId for full detail.
5

Schedule a meeting

Select “Schedule Meeting” or navigate to /lo/meetings?action=new to open MeetingFormDialog.

Key concepts

  • Meeting types: level_10 (Level 10), quarterly (Quarterly), annual_planning (Annual Planning), other.
  • MeetingFilters: MeetingStatus, MeetingType, and search string.
  • ?action=new: query parameter that auto-opens the create dialog (cleared after use).

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.
  • src/routes/lo.tsx
  • src/cores/lo/pages/MeetingsPage.tsx
  • src/cores/lo/hooks/useMeetings.ts