End Time flow is buggy, around checkout
Closed this issue · 4 comments
This works:
- Open room, start time automatically is set (Good)
- Don't set end time, go to checkout, end time is set automatically (Good)
Here is the flow that is funny:
- Open room, start time automatically is set (Good)
- Manually set End Time, press checkout, values don't update
- Switching orders doesn't refresh the start and end time fields
Also you can't delete the end time field, it will say Invalid Date
I'm confused by:
Manually set End Time, press checkout, values don't update
Do you want checkout to always set the end time, even when it's already been set?
If so, that would wipe out any time the employee has already entered.
Yeah it looks like after your two PRs this is resolved, but I'm not 100%
I'm still seeing random times where setting start/end time doesn't stick, I'll provide exact repro steps after we get these branches in
Also,
I'm confused by:
Manually set End Time, press checkout, values don't update
Do you want checkout to always set the end time, even when it's already been set?
If so, that would wipe out any time the employee has already entered.
er right, don't wipe out the time the employee entered,
i meant the "values" as in the checkout page, it wouldn't update the price correctly
looks fixed by #71 though