Skip to content

Commit 1a704b9

Browse files
author
Mark Maxham
authored
Merge pull request #11 from thekaveman/provider-agency-reconciliation
Explicit prior states for some transitions
2 parents 48214e3 + d6f92bc commit 1a704b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

general-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ Note that to handle out-of-order events, the validity of the prior-state shall n
156156
| `available` | `non_operational` | `unspecified` | The vehicle became unavailable, but he Provider cannot definitively (yet) specify the reason. |
157157
| `available`, `non_operational`, `elsewhere` | `removed` | `rebalance_pick_up` | The provider picked up the vehicle for rebalancing purposes |
158158
| `available`, `non_operational`, `elsewhere` | `removed` | `maintenance_pick_up` | The provider picked up the vehicle to service it |
159-
| any | `removed` | `agency_pick_up` | An agency picked up the vehicle for some reason, e.g. illegal placement |
159+
| `available`, `non_operational`, `elsewhere`, `unknown` | `removed` | `agency_pick_up` | An agency picked up the vehicle for some reason, e.g. illegal placement |
160160
| `available`, `non_operational`, `elsewhere` | `removed` | `compliance_pick_up` | The provider picked up the vehicle because it was placed in a non-compliant location |
161161
| `available`, `non_operational`, `removed`, `elsewhere`, `unknown` | `removed` | `decommissioned` | The provider has removed the vehicle from its fleet |
162162
| `unknown`, `non_operational`, `available`, `elsewhere` | `removed` | `unspecified` | The vehicle was removed, but the provider cannot definitively (yet) specify the reason |
163-
| any | `unknown` | `missing` | The vehicle is not at its last reported GPS location, or that location is wildly in error |
164-
| any | `unknown` | `out_of_comms` | The vehicle is unable to transmit its GPS location |
163+
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `missing` | The vehicle is not at its last reported GPS location, or that location is wildly in error |
164+
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `out_of_comms` | The vehicle is unable to transmit its GPS location |
165165

166166
NOTES:
167167

0 commit comments

Comments
 (0)