From 41c5d0f8bd87629ea5ee22939f4e57ecd9851887 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Mon, 4 May 2026 17:24:06 -0700 Subject: [PATCH] docs(B10): mark not found route complete --- docs/AUDIT_REDESIGN.md | 2 +- docs/COMPLETION_CHECKLIST.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AUDIT_REDESIGN.md b/docs/AUDIT_REDESIGN.md index 2668a3e..4eea521 100644 --- a/docs/AUDIT_REDESIGN.md +++ b/docs/AUDIT_REDESIGN.md @@ -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 diff --git a/docs/COMPLETION_CHECKLIST.md b/docs/COMPLETION_CHECKLIST.md index b5f5ded..0f59a0d 100644 --- a/docs/COMPLETION_CHECKLIST.md +++ b/docs/COMPLETION_CHECKLIST.md @@ -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.