MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
288 stars 101 forks source link

Add explanation of the count numbers next to the "counts" header. #1793

Open tzujenchanmbd opened 4 months ago

tzujenchanmbd commented 4 months ago

Describe the problem

When any field in a record contains an invalid format, the record will be considered invalid and an error will be reported. This record will not be included in the counts (agencies, routes, stops, etc.)

However, the report readers might expect to see the total number of records (including invalid records), and excluding invalid records from the count may cause confusion.

Proposed solution

Add a question mark next to "Counts" similar to "GTFS Features included," which will display an explanation of the counts when hovered over.

Alternatives you've considered

No response

Additional context

No response