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

[Question] UI to view validation results? #442

Closed NomeQ closed 4 years ago

NomeQ commented 4 years ago

I'm testing out the validator for @Trillium-Solutions, and am wondering if there is a tool or UI for consuming and displaying the results.json.

I see a few tags for a "local web UI" here in the Issues - does that tool already exist and just lack documentation, or is that something different altogether?

ghost commented 4 years ago

Hi, thks for your question and welcome around!

Quick answer: there is no tool or UI for consuming the validation report.

Longer answer: The local web UI is a web application packaging the validator functionality in a Spring based server and a React based client. It has just been merged, packaged and published as a Docker image for the first time today. docker pull ghcr.io/mobilitydata/gtfs-validator:master https://github.com/orgs/MobilityData/packages/container/package/gtfs-validator#docker-image It's a first version that opens a local text editor to consume and display the validation report but could be a good candidate for more advanced visual displays of the results directly integrated in the react client part. You can see more details in #421

Hope that answer your question,

e-lo commented 4 years ago

@NomeQ - perhaps open a feature request issue so that it is tracked?

ghost commented 4 years ago

FYI @NomeQ , we figured the validation report display is broken when the web app is run inside Docker. We should have a fix shortly to display it right into the UI. See #451

ghost commented 4 years ago

It has now been merged to master and is available in the Docker image image

Hope that helps,