summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-18feat: add get_financials() with income/balance/cashflow buildersTyler Hoang
Implements _build_income, _build_balance, _build_cash_flow, and get_financials() (cached) in data_service.py. Annual mode appends TTM (income/CF) and MRQ (balance) columns; quarterly mode returns up to 8 periods. Adds annual_frame helper and 5 TDD tests covering column labels, TTM sums, MRQ values, FCF computation, and empty-statement graceful returns. Test count: 19 → 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18feat: add financials cache and row-builder helper functionsTyler Hoang
2026-05-17feat: add FinancialRow/Statement/Response schemasTyler Hoang
2026-05-17Add financials tab implementation planTyler Hoang
2026-05-17Fix spec ambiguities: StatementKey/PeriodKey types, FCF margin source, ↵Tyler Hoang
FinancialsPage props
2026-05-17Add financials tab design specTyler Hoang
2026-05-17Align Overview UI with kit mockup: adaptive Reference card, TickerHeader ↵Tyler Hoang
hierarchy, chart width - StatsCard filters null ratio rows; shows '· Statement data incomplete' note instead of wall of Unavailable - TickerHeader restructured to match kit: symbol (64px display) dominant beside company name (24px italic), sector label above, chips below - Fix broken --fs-56 token in company name clamp → --fs-64 - Chart fills full panel width via .psm-chart-frame .chart { width: 100% } Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17Add design spec for adaptive Reference card row filteringTyler Hoang
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17Refine overview ratios and shellTyler Hoang
2026-05-17Fix design system violations and logic bugs from code reviewTyler Hoang
- Remove backdrop-filter blur (glass effect) from TopBar; use opaque ink-1 background - Remove decorative glow box-shadows from market status dot - Fix button border-radius: var(--r-2) → var(--r-1) (4px → 2px) per design rules - Replace invented hover color rgba(194,170,122,0.04) with var(--ink-3) token - Add missing .psm-signal.neu CSS rule so neutral signals have visual treatment - Use HTML disabled attribute on nav buttons instead of aria-disabled alone - Replace duplicate EPS KPI tile with Prev Close to remove redundancy with P/E sublabel - Rename sortIndices → limitIndices (function only truncates, never sorts) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17'UI Shell and General Architecture'Tyler Hoang
2026-05-17Add stack start and stop scriptsTyler Hoang