Scraped from westra-engineering.no (four pages, 15 images) and carried over verbatim into question/alternative structure: about with employees, services in full, every project with its photos, and a contact form recording into westra_inquiries in place of wpforms. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
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]
|