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
Currently, it's impossible to tell the extent of historical data in S3 from the web app. A user may select dates outside the available range without knowing.
Goal
Create an indicator on the web app showing what data range is available. Something as simple as "Data available from 2022-03-01 to 2022-03-17" on the app somewhere. I think this could be by querying S3 and seeing the min/max available dates that have "observed-stats".
The text was updated successfully, but these errors were encountered:
There's a last_complete_date key in a json object in S3 - s3://opentransit-pdx/metrics-state/v1/metrics-state_v1_trimet.json.
We need to create a first_complete_date key and store in the same json. Then the banner would grab these dates and display them.
erikjasso
changed the title
Create banner on web app to show "latest avaiable data"
Create banner on web app to show "latest available data"
May 13, 2022
Issue
Currently, it's impossible to tell the extent of historical data in S3 from the web app. A user may select dates outside the available range without knowing.
Goal
Create an indicator on the web app showing what data range is available. Something as simple as "Data available from 2022-03-01 to 2022-03-17" on the app somewhere. I think this could be by querying S3 and seeing the min/max available dates that have "observed-stats".
The text was updated successfully, but these errors were encountered: