Commit graph

6 commits

Author SHA1 Message Date
Jun-te Kim
af86d53397 Confirm building-part ordering on awaiting_review (#297)
Adds the multiEntryOrdering jsonb column + interactive order picker: the
largest-count multi-entry sample is shown with a building-part dropdown per
file position (one Main building + Extensions), validated as a permutation.
A PATCH route persists { count: permutation } + confirmed, and Finalise is
disabled until the ordering is confirmed when the upload is multi-entry.

Migration for the new column is intentionally not included here — generated
after origin/main is merged (its multi_entry_summary migration lands first).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 13:46:55 +00:00
Jun-te Kim
46fb19ae05 claude completed proof of concept completion just got to check and follow to do list insturcitons in docs/wip
Some checks failed
Test Suite / unit-tests (push) Has been cancelled
2026-05-28 19:32:15 +00:00
Jun-te Kim
f1a794ccbe Merge branch 'main' into feature/frontend_landlord_overrides
# Conflicts:
#	docs/wip/landlord-override-frontend-plan.md
2026-05-28 17:40:26 +00:00
Khalim Conn-Kowlessar
9c569f5584 Add SES observability foundation for email auth (PR 1 of code-fallback)
Wires the X-SES-CONFIGURATION-SET header on outbound auth emails so SES
bounce/delivery events flow through dev-ses-config to the dev-ses-events
SNS topic. Replaces the fire-and-forget "EMAIL MAGIC LINK SENT" log
(which fired before the SMTP transaction and swallowed downstream errors)
with structured EMAIL_MAGIC_LINK_SUCCESS/_FAILURE logs carrying the
Nodemailer messageId, so app-side sends are now correlatable with SES
events.

Motivated by the Atkins / Sustainable Building UK silent-quarantine
incidents where we couldn't tell whether SES had even tried to send.

Plan doc at docs/wip/auth-email-code-fallback-plan.md tracks the
broader email-code-fallback design that PR 2 will implement.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 13:15:25 +00:00
Jun-te Kim
7a29398aba save local branch 2026-05-27 10:14:18 +00:00
Jun-te Kim
0a87ef0b13 save plans for landlord overrid 2026-05-27 10:13:59 +00:00