-
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
Clarification of associated_trips
in Provider API Status Changes endpoint?
#88
Comments
Additionally, this field is marked with "Optional based on device". What types of devices would this be not required for? |
@oderby perhaps a since timestamps can be ever so slightly different depending on hundreds of reasons, @noonhub should read "optional based on |
@hunterowens is there a reason why we wouldn't fix it? That is, could we change it to just be named |
I'm reopening this issue because I'm not convinced it was adequately solved, as @oderby points out. Is there a case where multiple values should show up in this array? I don't quite understand that yet. If not, can we add to |
PING @hunterowens, any additional thoughts on this? FWIW, in practice I haven't seen this field being populated at all... |
I have seen a provider add data into this field (when it applies). However, I have never seen two trip IDs for that field and I am not sure the circumstances we would see more than one. |
I think we can put togehter a PR to only associate each status change with 1 trip and merge in. This is a breaking change, however, since [] of trip_id != trip_id. |
@hunterowens One additional clarification question: Right now, under the Required/Optional, the field is listed as "Optional based My understanding is that the field is required for user-generated event types? If so, would it be more clear to be listed as 'Required if applicable based on |
Closed with #217 |
I'm curious to hear more about the
associated_trips
field in a status change. My questions are:The text was updated successfully, but these errors were encountered: