diff --git a/docs/AUDIT_REDESIGN.md b/docs/AUDIT_REDESIGN.md index 400aeb9..2668a3e 100644 --- a/docs/AUDIT_REDESIGN.md +++ b/docs/AUDIT_REDESIGN.md @@ -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 diff --git a/docs/COMPLETION_CHECKLIST.md b/docs/COMPLETION_CHECKLIST.md index 02cd264..b5f5ded 100644 --- a/docs/COMPLETION_CHECKLIST.md +++ b/docs/COMPLETION_CHECKLIST.md @@ -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.