From c37d6443f471d63ca75375ad91626b29d7c43157 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 31 Mar 2026 00:11:38 -0700 Subject: [PATCH] docs(mobile): mark block D done with commit link --- docs/AGENT_TASK_ROADMAP.md | 2 +- docs/MOBILE_DELEGATION_ROADMAP.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/AGENT_TASK_ROADMAP.md b/docs/AGENT_TASK_ROADMAP.md index bbd9c7b..11dcfa3 100644 --- a/docs/AGENT_TASK_ROADMAP.md +++ b/docs/AGENT_TASK_ROADMAP.md @@ -14,7 +14,7 @@ |---------|-----------------|-------|-------|---------------| | **Backend** | 7 modules, ~32 endpoints, 8 MCP tools | 20 files (unit + integration) | ✅ tsc | 13 (5 missing source in common_plat) | | **Web** | 6 pages, 13 components, 15 lib files | 7 unit + 7 E2E | ✅ next build | 10 (all used) | -| **Mobile** | 4 tabs, note detail, auth (+ register), kill-switch gate, broadcast + survey surfaces, 5 stores | 25 tests (4 files) | ✅ typecheck | — | +| **Mobile** | 5 tabs incl. settings, note detail, auth (+ register), kill-switch gate, broadcast + survey surfaces, feedback submission, 5 stores | 25 tests (4 files) | ✅ typecheck | — | **Package resolution note:** 5 backend `@bytelyst/*` packages (`backend-config`, `backend-flags`, `backend-telemetry`, `fastify-auth`, `field-encrypt`) do not have source directories in `learning_ai_common_plat/packages/`. They resolve via `^0.1.0` from the private Gitea npm registry but their source must be created in common_plat. This is a shared blocker with NomGap — see Phase 0 below. diff --git a/docs/MOBILE_DELEGATION_ROADMAP.md b/docs/MOBILE_DELEGATION_ROADMAP.md index 6a865b2..756bb37 100644 --- a/docs/MOBILE_DELEGATION_ROADMAP.md +++ b/docs/MOBILE_DELEGATION_ROADMAP.md @@ -134,9 +134,9 @@ Add **`@bytelyst/feedback-client`** from mobile — same payload shape as web (` ### D.3 Done criteria -- [ ] Graceful offline / error handling -- [ ] Update [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md) -- [ ] Commit: `feat(mobile): feedback client in settings` +- [x] Graceful offline / error handling +- [x] Update [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md) +- [x] Commit: [`746cba7`](https://github.com/saravanakumardb1/learning_ai_notes/commit/746cba7) — `feat(mobile): add settings tab with feedback client` ---