You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the following state transitions in the micromobility mode specification to be somewhat confusing:
From state non_contactable to available with event type agency_drop_off.
From state non_contactable to available with event type provider_drop_off.
From state missing to available with event type agency_drop_off.
From state missing to available with event type provider_drop_off.
What stands out is that neither the non_contactable nor the missing states appear to be entered through a corresponding "pickup" event (i.e., agency_pick_up for agency_drop_off, and compliance_pick_up, maintenance_pick_up, or rebalance_pick_up for provider_drop_off).
This raises the question: under what circumstances would these transitions actually take place?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found the following state transitions in the micromobility mode specification to be somewhat confusing:
non_contactable
toavailable
with event typeagency_drop_off
.non_contactable
toavailable
with event typeprovider_drop_off
.missing
toavailable
with event typeagency_drop_off
.missing
toavailable
with event typeprovider_drop_off
.What stands out is that neither the
non_contactable
nor themissing
states appear to be entered through a corresponding "pickup" event (i.e.,agency_pick_up
foragency_drop_off
, andcompliance_pick_up
,maintenance_pick_up
, orrebalance_pick_up
forprovider_drop_off
).This raises the question: under what circumstances would these transitions actually take place?
Beta Was this translation helpful? Give feedback.
All reactions