Update task task-90

This commit is contained in:
Dylan Knutson
2025-08-17 08:10:10 +00:00
parent b6e3912ccb
commit c5dc181187

View File

@@ -4,6 +4,7 @@ title: Improve Bluesky user search with handle and DID variants
status: To Do status: To Do
assignee: [] assignee: []
created_date: '2025-08-17 08:09' created_date: '2025-08-17 08:09'
updated_date: '2025-08-17 08:10'
labels: [] labels: []
dependencies: [] dependencies: []
--- ---
@@ -13,6 +14,11 @@ dependencies: []
Enhance the search functionality for Bluesky users by adding the handle without .bsky.social suffix and the DID as searchable names to make it easier to find users by their common identifiers. Enhance the search functionality for Bluesky users by adding the handle without .bsky.social suffix and the DID as searchable names to make it easier to find users by their common identifiers.
## Acceptance Criteria ## Acceptance Criteria
<!-- AC:BEGIN --> <!-- AC:BEGIN -->
- [ ] #1 Handle without .bsky.social suffix is included in names_for_search,DID is included in names_for_search,Existing search functionality continues to work,New search variants are properly tested
- [ ] #1 Handle without .bsky.social suffix is included in names_for_search (e.g., "username" from "username.bsky.social")
- [ ] #2 DID is included in names_for_search to enable searching by decentralized identifier
- [ ] #3 Existing search functionality continues to work without regression
- [ ] #4 New search variants are properly tested with unit tests
<!-- AC:END --> <!-- AC:END -->