tulsaschoolsdata / courses

https://courses.tulsaschools.org
0 stars 1 forks source link

Add credit type filter #62

Closed mcclatr closed 1 year ago

mcclatr commented 1 year ago

Screenshots

Screenshot 2022-12-20 at 1 06 55 PM Screenshot 2022-12-20 at 1 07 12 PM
jasonben commented 1 year ago

Any time you add a new model which ingests a /data/*.json file you will need to create a fixture file for it in cypress/fixtures. You then have to copy the file from fixtures into /data inside the .github/workflow/tests.yml file. Example here.

You also have a few linting errors that can be found here.