a love letter to tangled (android, iOS, and a search API)
19
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add CHANGELOG

+27 -7
+26
CHANGELOG.md
··· 1 + # CHANGELOG 2 + 3 + ## Unreleased 4 + 5 + ### v0.1.0 6 + 7 + #### Added 8 + 9 + ##### 2026-03-22 10 + 11 + - Profile screen with a list of repositories, follower, and following counts 12 + - Jump to profile or repository (Home screen) 13 + 14 + ##### 2026-03-23 15 + 16 + - [Constellation](http://constellation.microcosm.blue) integration for star and follower counts in search results and profile summaries 17 + - [Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md) integration for indexing new records in real-time 18 + - Search (full-text search) over indexed records with public API and documentation site. 19 + 20 + ##### 2026-03-24 21 + 22 + - Full XRPC client for GET requests to upstream PDS and knot APIs, with proxy endpoints in the API server 23 + 24 + ##### 2026-03-25 25 + 26 + - Readthrough indexing job queue for API-fetched records (e.g. enrichment, backfill)
+1 -7
docs/roadmap.md
··· 31 31 32 32 ## API: Constellation Integration 33 33 34 - Add a Constellation client to the Go API for enriching search results with social signals. 35 - 36 - - [x] Constellation XRPC client (`internal/constellation/`) with `getBacklinksCount` and `getBacklinks` 37 - - [x] User-agent header with project name and contact 38 - - [x] Enrich search results with star counts from Constellation 39 - - [x] Profile summary endpoint (`GET /profiles/{did}/summary`) with follower/following counts from Constellation 40 - - [x] Cache Constellation responses with short TTL (star/follower counts change infrequently) 34 + Completed on [2026-03-25](../CHANGELOG.md#2026-03-25) 41 35 42 36 ## API: Semantic Search Pipeline 43 37