From 33af132085dadfa73f6da67ad86ab3333119d67f Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:55:54 +0400 Subject: [PATCH] wip --- plans/2026-08-04-directory-search-in-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/2026-08-04-directory-search-in-app.md b/plans/2026-08-04-directory-search-in-app.md index 5bfb6b4c93..0ebf26eb9a 100644 --- a/plans/2026-08-04-directory-search-in-app.md +++ b/plans/2026-08-04-directory-search-in-app.md @@ -131,7 +131,7 @@ Kotlin: `common/src/commonMain/resources/MR/base/strings.xml`, beside `connect_p ## 10. Order of work -1. Cursor fix + `testSearchGroups` fixture — standalone. +1. Page `searchListedGroups` by its sort key instead of `group_id`, so `/next` stops repeating and skipping rows (§1), plus the `testSearchGroups` fixture — standalone, no app dependency. 2. Settle the DR-address question (§2), then `--service-requests` and the directory enabling it. 3. RPC schema, `Directory/Rpc.hs`, handler off the event loop — CLI-testable with `/_service_request`. 4. iOS: API binding, view model, rows, button, keyboard, alert, pagination — chat list, then New chat.