docs(mobile): mark block G done with commit link

This commit is contained in:
saravanakumardb1 2026-03-31 00:24:48 -07:00
parent e4683ad695
commit 5f231816bd
2 changed files with 7 additions and 2 deletions

View File

@ -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** | 5 tabs incl. settings, note detail, auth (+ register), kill-switch gate, broadcast + survey surfaces, feedback submission, active offline queue enqueue/flush, 5 stores | 27 tests (4 files) | ✅ typecheck | — |
| **Mobile** | 5 tabs incl. settings, note detail, auth (+ register), kill-switch gate, broadcast + survey surfaces, feedback submission, active offline queue enqueue/flush, runtime app metadata + a11y labels, 5 stores | 27 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.

View File

@ -190,7 +190,12 @@ Execute in **flexible order**; prefer **small commits**.
| **Accessibility** | `accessibilityLabel` on tab icons and primary actions |
| **Theme** | Prefer shared tokens from `@bytelyst/design-tokens` / `theme/` consistently |
**Done criteria:** typecheck + tests; reflect changes in [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md).
**Done criteria**
- [x] Runtime telemetry/client metadata uses `expo-constants` + platform metadata helpers
- [x] Accessibility labels added on tabs and primary action buttons
- [x] Typecheck/tests pass and changes reflected in [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md)
- [x] Commit: [`e4683ad`](https://github.com/saravanakumardb1/learning_ai_notes/commit/e4683ad) — `fix(mobile): complete block G metadata and accessibility`
---