From 8197c775baa6c8492d425336c6b7b0292907e9f2 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 1 Mar 2026 06:36:56 +0200 Subject: [PATCH] slight update to the readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb3f603..2e392c1 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Definition of done: Target: - `apps/main/src/lib/domains/mobile/*` (new) -- `apps/main/src/routes/(main)/devices/*` (new) +- `apps/main/src/routes/(main)/devices/[deviceId]` (new) - [ ] Add remote functions: - `getDevicesSQ` @@ -144,7 +144,7 @@ Target: - polls SMS every 5 seconds while device view is open - handles loading/error states - [ ] Add UI pages/components: - - `/devices` list with device identity + last ping + - `/dashboard` list with device identity + last ping - `/devices/[deviceId]` detail with tabs: - Device info - SMS feed @@ -179,9 +179,7 @@ Definition of done: ### Phase 6: Handoff Readiness (Team Test Phase) -- [ ] Prepare endpoint payload examples for mobile team. -- [ ] Document pagination/sorting contract for admin UI queries. -- [ ] Document dedup behavior for SMS/media ingestion. +- [ ] Prepare endpoint payload examples for mobile team (in a `spec.mobile.md` file). - [ ] Provide a short operator checklist: - register device - verify ping updates