blocker phase end
This commit is contained in:
+9
-3
@@ -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)*
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user