Fill gaps from assistant conversations: estimated events and invalidation - #350
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
PR author is in the excluded authors list. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves two recurring points of confusion surfaced by assistant conversations: an apparent contradiction about estimated events between
raw_eventsandtransport_events, and undocumented behavior where container milestone fields revert to null.Changes
raw_eventsreference: replaced the misleading "includes estimated future events: Yes/No" table row and added an "Estimated events" section explaining thatraw_eventsflags estimates viaattributes.estimatedon any event type, whiletransport_eventshas only three normalizedestimated.*event types (verified against the OpenAPI spec).transport_eventsreference: listed the three estimated event types and noted feeder, rail, and transshipment events exist only as actual milestones.raw_eventsfor other estimated milestones.pod_full_out_atcan revert to null when the source transport event is invalidated, and how to investigate via the DataSynctransport_eventsinvalidation columns.Context
Three assistant threads in the past week flagged the estimated-events contradiction; another asked why
pod_full_out_atreverted to null with no docs explaining invalidation.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.