What shapes us? - redoal.com content: gesture hero, pseudo edition, releases
The 2024 lysbue question returns as live content: a gesture-drawing hero and form (type: gesture, wired to wss://relay.redoal.com), redoal/redoal's releases via the gitea_releases source (unlinked while the repo is private), and a subscribe flow. site.yaml rebrands the portal instance; buckets are redoal_-prefixed to coexist with uhhm's on the shared JetStream. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# State graphs for event-sourced buckets - see portal's
|
||||
# src/aggregates/mod.rs. Bucket names are redoal_-prefixed because
|
||||
# both portal instances (uhhm.no and redoal.com) share one NATS
|
||||
# JetStream; a bare "subscribers" would collide with uhhm's.
|
||||
#
|
||||
# redoal_gestures (index.yaml's record_as for drawn paths) has no
|
||||
# entry on purpose: plain KV, no lifecycle - a drawn gesture is a
|
||||
# fact, not a process.
|
||||
aggregates:
|
||||
- bucket: redoal_subscribers
|
||||
initial: open
|
||||
states:
|
||||
open: { event: subscribed }
|
||||
unsubscribed: { event: unsubscribed }
|
||||
transitions:
|
||||
open: [unsubscribed]
|
||||
Reference in New Issue
Block a user