13 lines
418 B
YAML
13 lines
418 B
YAML
# Contact-form submissions. Read them with the review desk once auth
|
|||
|
|
# is wired on this instance, or `nats kv ls westra_inquiries` until
|
||
|
|
# then.
|
||
|
|
aggregates:
|
||
|
|
- bucket: westra_inquiries
|
||
|
|
attended_by: Jørn, via nats kv on kasse until the review desk gets auth on this instance
|
||
|
|
initial: open
|
||
|
|
states:
|
||
|
|
open: { event: received }
|
||
|
|
answered: { event: answered }
|
||
|
|
transitions:
|
||
|
|
open: [answered]
|