From 55bbc107a02f90323eafedfb026decb3e7125d23 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:46:18 -0700 Subject: [PATCH] docs(notes): record search progress --- docs/ROADMAP.md | 6 ++++++ docs/roadmaps/03_WEB_ROADMAP.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 56cedaa..0bf1067 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -364,6 +364,12 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Web search integration materially advanced (`4748ed3`): + - the web search page now queries the backend note search path instead of filtering a preloaded full note list client-side + - the search surface now reflects backend lexical matching for title/body search while preserving saved search summaries + - verification passed for this slice with: + - `web` `npm run typecheck` + - `web` `npm test` - 2026-03-10 — Mobile verification materially advanced: - mobile dependencies now install successfully with corrected sibling `@bytelyst/*` package paths - `npm run typecheck`, `npm run lint`, and `npm test` now pass in `learning_ai_notes/mobile/` diff --git a/docs/roadmaps/03_WEB_ROADMAP.md b/docs/roadmaps/03_WEB_ROADMAP.md index e730a78..fabb51b 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -155,6 +155,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Re-verified the web task slice with: - `npm run typecheck` - `npm test` + - Search now uses the backend note search query path instead of local-only client-side filtering (`4748ed3`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions