Model/tests/domain/abri
Daniel Roth 9a669dfcea Map every unsuccessful outcome to a reason code (best-guess, client to confirm)
Complete the outcome-to-code table so all five UNSUCCESSFUL_OUTCOMES map:
cancelled -> REQT (new enum member) and no show -> NOACCESS join the
existing three. Only no answer -> CARDED is firm; the rest are best-guesses
for client confirmation, noted inline with alternatives.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:28:47 +00:00
..
__init__.py Abri booking with no confirmed time books an all-day appointment 🟥 2026-07-03 14:31:12 +00:00
test_abandonment.py Map every unsuccessful outcome to a reason code (best-guess, client to confirm) 2026-07-08 14:28:47 +00:00
test_descriptions.py Abri job descriptions identify the visit as a Domna condition survey 🟥 2026-07-03 14:33:40 +00:00
test_phone_selection.py Phone-number selection policy lives in the domain layer 🟪 2026-07-06 14:47:37 +00:00
test_slots.py Abri unparseable confirmed time fails loudly rather than silently booking all day 🟩 2026-07-03 14:33:12 +00:00