docs(B10): mark not found route complete

This commit is contained in:
Saravana Achu Mac 2026-05-04 17:24:06 -07:00
parent ee7404ac61
commit 41c5d0f8bd
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
| 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. | 🟡 | ✅ | 70db4c9 |
| B10 | No 404 / catch-all React Router route — invalid paths render blank. | 🟡 | ⬜ | |
| B10 | No 404 / catch-all React Router route — invalid paths render blank. | 🟡 | ✅ | ee7404a |
## C. Security & correctness

View File

@ -324,7 +324,7 @@ Expected platform result:
existing Strategies tab without duplicating stores or creating divergent data
models.
- [ ] `B10` Add React Router catch-all route.
- [x] `B10` Add React Router catch-all route. Implementation: `ee7404a`.
Acceptance: invalid paths show a useful 404/return-home state instead of a
blank screen, with tests if routing tests already exist.