chat overlay message search filter #129

Closed
opened 2021-07-16 03:56:28 +00:00 by dan · 1 comment
Owner
No description provided.
dan added this to the Cwtch Beta 1.2 project 2021-07-16 03:56:29 +00:00
dan added the
enhancement
label 2021-07-16 03:56:50 +00:00
sarah changed title from chat overlay message filter to chat overlay message search filter 2021-08-24 20:23:39 +00:00
sarah removed this from the Cwtch Beta 1.2 project 2021-08-24 20:23:42 +00:00
sarah added the
cwtch-beta-1.3
label 2021-08-30 20:25:30 +00:00
sarah added this to the Cwtch Beta 1.3 project 2021-08-30 20:25:33 +00:00
sarah removed this from the Cwtch Beta 1.3 project 2021-09-21 20:36:20 +00:00
Owner

Per conversation: The original estimate of this function assumed the old design of message list which provided some built-in (though inefficient) filtering. Given the new design we no longer want to that route. As such searchng requires the following:

  1. Update libcwtch-go with a search function that takes in a profile and a handle and outputs a stream of results snippet,message index and progress (tagged to allow progress bar in the UI)

  2. Update message view to have a search bar (like context list), which provide a drop-down list of results that can be clicked (which uses scrollcontroller to jump to the lists message index

Per conversation: The original estimate of this function assumed the old design of message list which provided some built-in (though inefficient) filtering. Given the new design we no longer want to that route. As such searchng requires the following: 1. Update libcwtch-go with a search function that takes in a profile and a handle and outputs a stream of results `snippet`,`message index` and `progress` (tagged to allow progress bar in the UI) 2. Update message view to have a search bar (like context list), which provide a drop-down list of results that can be clicked (which uses scrollcontroller to jump to the lists `message index`
sarah removed the
cwtch-beta-1.3
label 2021-09-30 18:47:54 +00:00
dan added this to the Cwtch Beta 1.9 project 2022-05-02 22:15:10 +00:00
dan added the
cwtch-beta-1.9
label 2022-05-02 22:15:15 +00:00
sarah removed the
cwtch-beta-1.9
label 2022-09-12 15:54:55 +00:00
sarah modified the project from Cwtch Beta 1.9 to Cwtch Beta (In Progress) 2022-09-12 15:54:58 +00:00
sarah added the
cwtch-beta-1.12
label 2023-03-29 19:31:56 +00:00
sarah removed the
cwtch-beta-1.12
label 2023-06-15 22:54:46 +00:00
sarah added the
stable-blocker
in-nightly
labels 2023-08-14 16:58:46 +00:00
sarah modified the project from Cwtch Beta (In Progress) to Stable Blockers 2023-08-14 17:17:36 +00:00
sarah closed this issue 2023-09-19 20:38:47 +00:00
sarah added the
cwtch-beta-1.13
label 2023-09-19 20:46:39 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#129
No description provided.