cal-itp / reports

GTFS data quality reports for California transit providers
https://reports.calitp.org
GNU Affero General Public License v3.0
7 stars 0 forks source link

set up feature-level filtering #265

Closed owades closed 1 year ago

owades commented 1 year ago

Description

This change has no impact to the reports, but enables some upcoming work.

Currently the reports site relies on a single table which contains info only on the GTFS Schedule Compliance checks. In order to enable scalability (and my specific upcoming work of including RT Compliance checks on the reports site), I want to update the table to include all checks, and perform filtering within the reports site infra rather than in the data infra. This change is my first step - once this is merged, I will open up the data data infra table to contain all checks.

Type of change

How has this been tested?

I ran this and confirmed that the reports continue to load data accurately.

github-actions[bot] commented 1 year ago

Preview url: https://PR-265--cal-itp-reports.netlify.app

owades commented 1 year ago

@charlie-costanzo I'd love to get your review here!

owades commented 1 year ago

Thanks @charlie-costanzo , README updated!