From 1f299d3e0149752677f9798b0e66d270a1ad582b Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Mon, 4 May 2026 16:08:02 -0700 Subject: [PATCH] docs(B2,B3): tick ticker header audit rows Record the ticker header implementation commit in the redesign audit table. Refs: docs/AUDIT_REDESIGN.md items B2 and B3. Co-Authored-By: GPT-5 Codex --- docs/AUDIT_REDESIGN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AUDIT_REDESIGN.md b/docs/AUDIT_REDESIGN.md index 6d094ad..9d1e421 100644 --- a/docs/AUDIT_REDESIGN.md +++ b/docs/AUDIT_REDESIGN.md @@ -27,8 +27,8 @@ Status: โฌœ open ยท ๐ŸŸฆ in PR ยท โœ… fixed (commit hash on the right). | # | Issue | Severity | Status | Fix commit | | --- | ---------------------------------------------------------------------------------------------------------------------------------- | :------: | :----: | ---------- | | B1 | Phase 2 plan called for RSI / MACD / Bollinger Band overlay toggles below `StockChart`. Not built. | ๐ŸŸ  | โœ… | c54b9f2 | -| B2 | `TickerHeader` "โ˜… Watchlist" and ๐Ÿ”” buttons have no `onClick` โ€” purely cosmetic. | ๐ŸŸ  | โฌœ | | -| B3 | `TickerHeader` company name is the symbol (placeholder). Should pull from `fetchResearchProfile`. | ๐ŸŸ  | โฌœ | | +| B2 | `TickerHeader` "โ˜… Watchlist" and ๐Ÿ”” buttons have no `onClick` โ€” purely cosmetic. | ๐ŸŸ  | โœ… | ed8175e | +| B3 | `TickerHeader` company name is the symbol (placeholder). Should pull from `fetchResearchProfile`. | ๐ŸŸ  | โœ… | ed8175e | | B4 | `TickerHeader` "as of" timestamp uses `new Date()` (always = now). Should use the latest bar timestamp. | ๐ŸŸก | โฌœ | | | B5 | `QuickStats` reads RSI/EMA only from `botState.symbols[symbol].indicators`. The bot only computes these for symbols it actively tracks โ†’ user-searched tickers always show `โ€”`. Need an indicator service or compute from bars client-side. | ๐ŸŸ  | โฌœ | | | B6 | `CodeStrategyEditor` "Save" button writes to `localStorage` only, then shows "Saved!". Misleading โ€” no persistence. | ๐ŸŸ  | โฌœ | |