index
:
prism-v2.git
master
Prism rewritten using FastAPI + NextJS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
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
2026-05-18
feat: add api.financials() and enable financials nav item
Tyler Hoang
2026-05-18
feat: add FinancialRow/Statement/Response frontend types
Tyler Hoang
2026-05-18
feat: add /api/tickers/{symbol}/financials endpoint
Tyler Hoang
2026-05-18
feat: add get_financials() with income/balance/cashflow builders
Tyler Hoang
2026-05-18
feat: add financials cache and row-builder helper functions
Tyler Hoang
2026-05-18
feat: add financials cache and row-builder helper functions
Tyler Hoang
2026-05-17
feat: add FinancialRow/Statement/Response schemas
Tyler Hoang
2026-05-17
Add financials tab implementation plan
Tyler Hoang
2026-05-17
Filter null rows from ShortInterestCard, hide card when all null
Tyler Hoang
2026-05-17
Fix _json_value crashing on array-valued yfinance info fields
Tyler Hoang
2026-05-17
Fix spec ambiguities: StatementKey/PeriodKey types, FCF margin source, Financ...
Tyler Hoang
2026-05-17
Add financials tab design spec
Tyler Hoang
2026-05-17
Add computed beta fallback and FMP short interest fallback
Tyler Hoang
2026-05-17
Add design spec: beta computed fallback + short interest FMP fallback
Tyler Hoang
2026-05-17
Align Overview UI with kit mockup: adaptive Reference card, TickerHeader hier...
Tyler Hoang
2026-05-17
Add design spec for adaptive Reference card row filtering
Tyler Hoang
2026-05-17
Refine overview ratios and shell
Tyler Hoang
2026-05-17
Fix design system violations and logic bugs from code review
Tyler Hoang
2026-05-17
'UI Shell and General Architecture'
Tyler Hoang
2026-05-17
Add stack start and stop scripts
Tyler Hoang