Skip to main content

Documentation Index

Fetch the complete documentation index at: https://grantmaster.dev/llms.txt

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

Navigation And Tab QA Checklist

Route-Driven Tabs

  • Verify each tab click changes the URL on the first click.
  • Verify the page title and visible header update with the active route.
  • Verify the active tab has aria-selected="true" and inactive tabs have aria-selected="false".
  • Verify Back restores the prior tab, content, and header title.

Scrollable Tabstrips

  • Verify every tab strip exposes role="tablist" and each tab exposes role="tab".
  • Verify Left, Right, Home, and End move focus between tabs.
  • Verify overflowed tabs remain reachable through the scroll buttons and keyboard focus.
  • Verify the scroll buttons remain labeled as Scroll tabs left and Scroll tabs right.
  • Verify primary sidebar links navigate on the first click.
  • Verify expanded sidebar sections persist after remount and route changes.
  • Verify the sidebar navigation region is keyboard-focusable and labeled for assistive tech.
  • Verify collapsed and expanded states do not place overlays over clickable links.

Loading And Empty States

  • Verify loading states use skeletons rather than permanent Loading... text.
  • Verify empty notification surfaces read as No alerts or No unread alerts.
  • Verify empty metric cards render 0, $0, or 0% instead of blank labels or .

Workflow And AI Specific Checks

  • Verify Workflow notifications and Inbox render bounded row counts with virtualization enabled on larger datasets.
  • Verify Mark all read and bulk remove actions require confirmation.
  • Verify AI export actions are hidden when export is restricted and replaced with explanatory messaging.
  • Verify the canonical AI route is lowercase /ai/... and legacy uppercase links redirect cleanly.

Manual Pass Targets

  • Overview: Dashboard, Mission, Funding, Compliance, Finance.
  • Onboarding: Setup Wizard, Progress, Guides.
  • AI Insights: Chat, Document Q&A, Predictions, Digest.
  • Workflow: Notifications, Inbox, My Tasks, Approvals, Calendar.