Saved queues and watch subscriptions #113
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: MEDIUM
The problem
docs/circa-spec.md§11.4 requires notifications driven by durable saved queues and watchedalbums. The wireframes show a Saved Queue selector. The API spec §17 left it as an open question
that was never resolved into an issue. #27 covers disputes, mentions, and batches — but has no
watch targets to hang them on.
This is also how multi-person division of labour works without formal assignment: "I'm working the
Red Album, you take the loose photos."
Scope
This depends on the queue substrate introduced by the review navigation work (#95) — the same
(filter, sort, cursor)definition, made durable and nameable.Done when
References
docs/circa-spec.md§11.4, §16docs/circa-api-spec.md§17Depends on: #95 (queue substrate), #27 (notifications).