LACMTA / gopass-lookup

Lookup for schools participating in Metro's GoPass program
https://mygopass.metro.net
GNU General Public License v3.0
0 stars 2 forks source link

fix: NA and No Data school filtering #70

Closed dexo568 closed 5 months ago

dexo568 commented 1 year ago

Slight improvement on the phone lookup script. Currently, schools that have "NA" or "No Data" included in the phone lists still have those words show up in the web output, like so:

image

This adds checks for "No Data" and "NA" in addition to the null check you guys were already doing.

Changes are in the school-pages liquid file and .eleventy.js, the rest of these files are just outputted school pages.

matikin9 commented 5 months ago

@dexo568 looks good!