| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-19 | fix: use ▲▼ glyphs in VolumeCard per design system whitelist | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | fix: resolve quality review issues in PriceVsValueCard | Tyler Hoang | |
| - Add 150ms ease transitions to pvv-fill and pvv-tick (design system) - Move fill color to modifier CSS classes, drop inline background/opacity - Guard iv === 0 to prevent Infinity in premium/discount label - Remove ambiguous direction arrows from IV figure - Add "projection" suffix to year count in assumption summary Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | feat: add PriceVsValueCard to overview left column (DCF compass) | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | feat: fetch valuation on overview tab, add DCF block to ValuationOverviewCard | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | systemd | Tyler Hoang | |
| 2026-05-19 | unified start/stop script and included systemd files | Tyler Hoang | |
| 2026-05-19 | feat: add ValuationOverviewCard to overview right column (multiples) | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | feat: replace StatsCard with QualityCard (margins, returns, leverage) | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | fix: correct VolumeCard bar transition to 150ms per design system | Tyler Hoang | |
| 2026-05-19 | feat: add VolumeCard to overview left column (today vs 30d avg) | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | chore: remove unused unavailableFields helper | Tyler Hoang | |
| 2026-05-19 | feat: remove Coverage card from overview tab, move Profile to top of right ↵ | Tyler Hoang | |
| column Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | chore: ignore next-env.d.ts | Tyler Hoang | |
| 2026-05-19 | feat: add real-time DCF sliders to ValuationCard | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | fix: replace undefined --fs-10/11 vars with --fs-12 in DCF slider CSS | Tyler Hoang | |
| 2026-05-19 | feat: add DCF slider CSS to prism-shell | Tyler Hoang | |
| 2026-05-19 | feat: add client-side computeDcf utility | Tyler Hoang | |
| 2026-05-19 | feat: add projection_years to DcfResult frontend type | Tyler Hoang | |
| 2026-05-18 | feat: add projection_years to DcfResult schema and service output | Tyler Hoang | |
| Add projection_years: int = 5 field to the DcfResult Pydantic schema and emit it from the data_service.get_valuation() function across all three dcf_out cases (unavailable, error, and successful). This enables frontend DCF sliders to know the default projection horizon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | Merge branch 'feat/key-ratios-tab' | Tyler Hoang | |
| 2026-05-18 | fix: add no-key fallback for sector ratio benchmarks | Tyler Hoang | |
| 2026-05-18 | fix: populate sector benchmark values for ratios tab | Tyler Hoang | |
| 2026-05-18 | feat: wire Ratios subtab into FinancialsPage, move tab strip up from ↵ | Tyler Hoang | |
| FinancialsCard | |||
| 2026-05-18 | feat: add RatiosPage data-fetch wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add RatiosCard component with hero KPIs, sparklines, and detail rows | Tyler Hoang | |
| 2026-05-18 | feat: add RatioPoint, RatiosResponse types and api.ratios() | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/ratios route | Tyler Hoang | |
| 2026-05-18 | fix: correct historical ratios share and debt inputs | Tyler Hoang | |
| 2026-05-18 | Add ratios service and tests | Tyler Hoang | |
| 2026-05-18 | feat: add RatioPoint and RatiosResponse schemas | Tyler Hoang | |
| 2026-05-18 | chore: ignore local worktrees | Tyler Hoang | |
| 2026-05-18 | updated gitignore | Tyler Hoang | |
| 2026-05-18 | feat: wire valuation tab routing and enable nav item | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationPage data-fetch wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationCard component and psm-val-* CSS | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationResponse types and api.valuation() method | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/valuation route | Tyler Hoang | |
| 2026-05-18 | feat: add get_valuation() service function | Tyler Hoang | |
| 2026-05-18 | feat: add _run_dcf, _run_ev_ebitda, _run_ev_revenue, _run_price_to_book | Tyler Hoang | |
| 2026-05-18 | feat: add valuation math helpers and VALUATION_CACHE | Tyler Hoang | |
| 2026-05-18 | feat: add DcfResult, MultipleResult, ValuationResponse schemas | Tyler Hoang | |
| 2026-05-18 | docs: add valuation tab implementation plan | Tyler Hoang | |
| 2026-05-18 | docs: add valuation tab design spec | Tyler Hoang | |
| 2026-05-18 | updated gitignore | Tyler Hoang | |
| 2026-05-18 | Merge worktree-financials-tab: add financials tab (income/balance/cashflow) | Tyler Hoang | |
| 2026-05-18 | various | Tyler Hoang | |
| 2026-05-18 | fix: give each statement fetcher its own cache to prevent key collisions | Tyler Hoang | |
| 2026-05-18 | feat: wire financials tab routing in Sidebar and page.tsx | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | feat: add FinancialsPage data-fetching wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add FinancialsCard component with statement tabs and period toggle | Tyler Hoang | |
| Renders income/balance/cash_flow statements with annual/quarterly toggle, section headers, indent levels, total rows, margin rows, and negative-value coloring via --negative. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
