From 6ff99497b3d900572700ebfa52ae61bc3b44b362 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Mon, 4 May 2026 15:20:04 -0700 Subject: [PATCH] docs(B1): tick indicator overlay audit row Record the B1 chart indicator implementation commit in the redesign audit table now that RSI, MACD, and Bollinger toggles are wired in StockChart. Refs: docs/AUDIT_REDESIGN.md item B1. Co-Authored-By: GPT-5 Codex --- docs/AUDIT_REDESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AUDIT_REDESIGN.md b/docs/AUDIT_REDESIGN.md index c728f6d..d440f29 100644 --- a/docs/AUDIT_REDESIGN.md +++ b/docs/AUDIT_REDESIGN.md @@ -26,7 +26,7 @@ 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. | ๐ŸŸ  | โฌœ | | +| 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`. | ๐ŸŸ  | โฌœ | | | B4 | `TickerHeader` "as of" timestamp uses `new Date()` (always = now). Should use the latest bar timestamp. | ๐ŸŸก | โฌœ | |