Conversation
… no data for these two fields
|
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit bc4f128 📊 Notices ComparisonNew Errors (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check13 out of 1576 sources (~1 %) are corrupted.
⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
|
@qcdyx Looks good on a QA side! Minor change: can we display "N/A" instead of an empty value? I realized it should match the other null behavior in the summary report (e.g agency email and URL, where if they're empty it returns N/A) |
|
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
main/src/main/java/org/mobilitydata/gtfsvalidator/report/model/FeedMetadata.java
Show resolved
Hide resolved
main/src/main/java/org/mobilitydata/gtfsvalidator/report/model/FeedMetadata.java
Outdated
Show resolved
Hide resolved
main/src/main/java/org/mobilitydata/gtfsvalidator/report/model/FeedMetadata.java
Outdated
Show resolved
Hide resolved
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit f9ed1df 📊 Notices ComparisonNew Errors (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1563 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check13 out of 1576 sources (~1 %) are corrupted.
⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|

Summary:

Closes #1790
Expected behavior:
Display empty values for feed_start_date and feed_end_date if there's no data for these two fields.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything