Skip to content

Commit

Permalink
Add additional explainer text around prediction data delivery
Browse files Browse the repository at this point in the history
Also add release badge to README
  • Loading branch information
nathan-weinberg committed May 19, 2024
1 parent 82a305d commit 9977e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TransitMatters Data Dashboard

![Release](https://img.shields.io/github/v/release/instructlab/instructlab)
![lint](https://github.com/transitmatters/t-performance-dash/workflows/lint/badge.svg?branch=main)
![build](https://github.com/transitmatters/t-performance-dash/workflows/build/badge.svg?branch=main)
![deploy](https://github.com/transitmatters/t-performance-dash/workflows/deploy/badge.svg?branch=main)
Expand Down
5 changes: 5 additions & 0 deletions modules/predictions/PredictionsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ export function PredictionsDetails() {
<li>6-12 min: 150 seconds early to 210 seconds late</li>
<li>12-30 min: 240 seconds early to 360 seconds late</li>
</ul>
<br/>

Check failure on line 121 in modules/predictions/PredictionsDetails.tsx

View workflow job for this annotation

GitHub Actions / frontend (20, 3.12)

Insert `·`
<p>
We receive this data in monthly batches from the MassDOT Open Data Portal - if
you see recent missing data we likely haven't yet recieved it yet.
</p>
</div>
),
},
Expand Down

0 comments on commit 9977e61

Please sign in to comment.