summaryrefslogtreecommitdiff
path: root/SCOPE.txt
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-07 16:09:47 -0500
committerGitHub <[email protected]>2026-08-07 16:09:47 -0500
commit18b1c475983ae9e6a52fcedb2e2992193130035c (patch)
tree316dd9771088af413376b47c07ef6a1540f85273 /SCOPE.txt
parent1c388a5e3bb4d06832e5e903287a723e12fc0ae4 (diff)
parentbc083c2a923b8a0a24f39cc8eabd065464f5922d (diff)
downloadhutch-18b1c475983ae9e6a52fcedb2e2992193130035c.tar.gz
hutch-18b1c475983ae9e6a52fcedb2e2992193130035c.tar.bz2
hutch-18b1c475983ae9e6a52fcedb2e2992193130035c.zip
Merge pull request #35 from krazywarez/scope-discovery-truthupv3.9.0
SCOPE.txt discovery truth-up + exclude root .txt docs from CI
Diffstat (limited to 'SCOPE.txt')
-rw-r--r--SCOPE.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/SCOPE.txt b/SCOPE.txt
index 6a4f180..6698d6e 100644
--- a/SCOPE.txt
+++ b/SCOPE.txt
@@ -4,7 +4,11 @@
file)
- Push notifications for builds and tickets (requires a backend relay server)
- ref: https://git.sr.ht/~ccleberg/hutch-notify
-- Explore / search (hub.sr.ht) (no public discovery API)
+- ~~Explore / search (hub.sr.ht) (no public discovery API)~~ — **stale**.
+ hub.sr.ht added a public `projects` query ("List all public projects"), and
+ Hutch ships it as project discovery (#12, `DiscoverProjectsView`). Left struck
+ through as more evidence for the ingestion task in ROADMAP.txt: this entry ruled
+ out a feature the API had come to support.
- ~~Pronouns on profile (not in GraphQL schema)~~ — **stale**. sr.ht added
pronouns (see the Q1 2026 "What's cooking"), and Hutch already queries them in
`AppState` and shows them in `UserProfileView`. Left here struck through as
@@ -28,8 +32,9 @@
work. Nothing a client can do fixes this; revisit only if sr.ht changes the
resolver.
- Subscribe to a mailing list (`mailingListSubscribe` exists, but `MailingList`
- has no `subscription` field and sr.ht has no discovery API, so there is no way
- to find a list you are not already subscribed to — see hub.sr.ht above)
+ has no `subscription` field, and hub.sr.ht's new discovery lists *projects*,
+ not mailing lists, so there is still no way to find a list you are not already
+ subscribed to)
- Submitting patches (a `git send-email` flow, not a GraphQL mutation; Hutch
reviews patchsets but cannot send them)