blocker phase end

This commit is contained in:
hamid
2026-08-02 23:42:12 +03:30
parent 184b202f00
commit 10d160358f
8 changed files with 95 additions and 30 deletions
+9 -3
View File
@@ -56,9 +56,15 @@ Effort is a rough size, not a schedule: **S** = small/contained, **M** = a real
this feature specifically. *(Effort: L)*
### Booking lifecycle
- **A booking whose remaining visits get automatically marked "missed" can get stuck forever** and never
reach a state where the nurse can actually be paid for the visits she did complete. The "today's visits"
list nurses see is also unfiltered — it shows a nurse's entire history, not just today. *(Effort: M)*
- ~~**A booking whose remaining visits get automatically marked "missed" can get stuck forever** and never
reach a state where the nurse can actually be paid for the visits she did complete.~~ **Fixed (phase 13)**
for the case that matters for payout: a booking with at least one completed visit and the rest auto-missed
now correctly completes and opens its dispute window. **Left deliberately open:** a booking where *every*
visit gets auto-missed (nurse never showed for any of it) still gets stuck — paying that nurse in full needs
a payout-engine change, so it was deferred rather than guessed at; see `mvp/fix-plan.md`'s phase 13
follow-up.
- ~~The "today's visits" list nurses see is also unfiltered — it shows a nurse's entire history, not just
today.~~ **Fixed (phase 13).** *(Effort: M)*
---