Block a user
Watchlist e2e: Coverage page does not render heading after navigation
Fix P0 issues in financial ingestion architecture
Fix P0 issues in financial ingestion architecture
Stabilize sign-up session creation and post-auth redirect flow
Fix ticker-scoped filings views showing mixed-ticker results
Stabilize sign-up session creation and post-auth redirect flow
Fixed in ac3b036 - post-auth handoff now waits for session. Remaining signup stall under e2e load tracked in #12.
Fix ticker-scoped filings views showing mixed-ticker results
Fixed in 61b072d - ticker scope consistency verified with API and Playwright tests.
Francy51
pushed to t3code/research-copilot-workspace at Francy51/Neon-Desk
2026-03-15 20:30:59 +00:00
Francy51
created branch refactor/consolidate-server-utilities in Francy51/Neon-Desk
2026-03-15 20:17:22 +00:00
Francy51
pushed to refactor/consolidate-server-utilities at Francy51/Neon-Desk
2026-03-15 20:17:22 +00:00
[ARCH] Financial statement mapping has two parallel implementations (Rust + TypeScript)
CONFIRMED: TypeScript Code is Dead/Legacy Code
Data Flow Verified:
Rust fiscal-xbrl CLI (uses rust/taxonomy/*.json)
↓ (spawns via Bun.spawn in parser-client.ts)
lib/server/taxonomy…
[BUG] Cash flow statement items appearing as unmapped
Update: Root Cause Analysis
The Rust sidecar IS being used. Cash flow definitions ARE in rust/taxonomy/fiscal/v1/core.surface.json (lines 883-1527).
Current Coverage:
The cash flow…
[BUG] Balance sheet display order incorrect - should be Assets, Liabilities, Equity
Update: Root Cause Analysis
The Rust sidecar IS being used. The balance sheet order IS correctly defined in rust/taxonomy/fiscal/v1/core.surface.json.
Current Order (from core.surfac…
[BUG] Financial ratios and KPIs appearing in wrong sections
Update: Root Cause Analysis
The Rust sidecar IS being used. The issue is in how KPIs and ratios are surfaced.
Current Architecture:
From rust/taxonomy/fiscal/v1/kpis/core.kpis.json…
[BUG] Tax-related line items appearing as unmapped
Update: Root Cause Analysis
The Rust sidecar IS being used. Tax items are mapped via rust/taxonomy/fiscal/v1/core.income-bridge.json.
Current Tax Mapping:
From `core.income-bridge.js…