-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lost & Found #67
Comments
Aside from adding lost, we should add stolen. @bhandzo can you prepare a PR for adding those event types and event type reasons. @LADOTBikeshare and I will work on how it applies to the cap. |
Damaged might be a good one as well (flat tires, etc.) |
So is the idea here that the provider would mark, within their system, a device as I have some follow-up thoughts and questions:
|
Closing this as the conversation seems to have died off. Feel free to re-open with any additional comments / follow-ups on the thoughts above. |
This is becoming more of a pain point. Vehicles are getting lost/stolen and, with no status event to indicate this, they appear to remain on the street indefinitely. While consumers can come up with methods to guess at when a vehicle has disappeared from the PROW, it seems like the feed should be the closest to the truth as the operator knows. It feels like operators may currently be dealing with lost/stolen vehicles in different ways since it is not defined by the spec. As @thekaveman points out, the spec will need to be clear on what lost or stolen means. As a side note, I am not too concerned about the scenario where a vehicle is marked lost but is actually still available to rent because it would be immediately discoverable from the status feed. |
Agency uses I don't know if we want to cram this in to 0.4.0, but it's an easy non-breaking change, and I'd be happy to write the PR. |
As "missing" is already an |
Agreed. I think there is still an open question of whether |
I think we have this resolved with 1.0.0 now! It will have 'missing' and 'located' values for event types between some states. |
The current status changes don't account for vehicles which go missing (for any number of reasons). These vehicles are not available to be ridden, and most likely are also not in the public right of way. There are two ways this could go:
event_type
oflost
and exclude those vehicles from cap counts.event_type_reason
oflost
to theremoved
event_type
Either way, there should then be an
event_type_reason
foravailable
offound
The text was updated successfully, but these errors were encountered: