Westra Engineering: the whole site as questions

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
This commit is contained in:
bl
2026-09-01 16:51:43 +02:00
co-authored by Claude Fable 5
commit b96f5f6192
23 changed files with 393 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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]