docs(B9): mark builder strategy discovery complete

This commit is contained in:
Saravana Achu Mac 2026-05-04 17:21:59 -07:00
parent 70db4c9a04
commit 36544d10d4
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
| B6 | `CodeStrategyEditor` "Save" button writes to `localStorage` only, then shows "Saved!". Misleading — no persistence. | 🟠 | ✅ | da79682 |
| B7 | `CodeStrategyEditor` defines `editorRef` but never uses it. | 🟢 | ✅ | 1fd1bf3 |
| B8 | `VisualRuleBuilder` exposes `onBacktest` prop but `ResearchView` doesn't pass one — backtest button never appears. | 🟡 | ✅ | 1cd23f3 |
| B9 | `ResearchView` "Strategies" tab still shows the legacy `MyStrategiesTab`; visual/code-saved strategies don't appear there. | 🟡 | ⬜ | |
| B9 | `ResearchView` "Strategies" tab still shows the legacy `MyStrategiesTab`; visual/code-saved strategies don't appear there. | 🟡 | ✅ | 70db4c9 |
| B10 | No 404 / catch-all React Router route — invalid paths render blank. | 🟡 | ⬜ | |
## C. Security & correctness

View File

@ -319,7 +319,7 @@ Expected platform result:
Acceptance: `ResearchView` passes `onBacktest`, the button appears in the
visual builder, and payload shape matches `/api/backtest/run`.
- [ ] `B9` Integrate saved visual/code strategies into Strategies tab.
- [x] `B9` Integrate saved visual/code strategies into Strategies tab. Implementation: `70db4c9`.
Acceptance: strategies saved in the new builders are discoverable in the
existing Strategies tab without duplicating stores or creating divergent data
models.