Closed marteki closed 8 years ago
This handles the text as noted, but when both program and school fail to deliver a graduation rate (school gradRate == "None"), the bar graph goes blank. Would we want to hide the bar graph in that case?
example: Argosy Inland Empire
@higs4281 I'm tackling that with the program-data/school-data/neither switching work I'm doing. We have messaging to place on the graph; it'll be a separate PR.
👍 the great state of Kansas casts its single vote to merge.
Works as documented 👍
Made all @anselmbradford's suggested changes that weren't related to the browser test refactor. Merging.
This PR does what its title states.
Additions
Testing
Pull down the branch, and
gulp
to rebuild the JS files.This program had at least one person attend the school in a cohort, and reported appropriately. This program reported a
null
for the graduation cohort, so we'll hide that paragraph.All JS unit tests should pass. Our NPM security test should pass. The bulk of our functional tests are still failing, but you can test the two new ones I wrote for this PR by changing the first word of lines 51 and 61 in
dd-school-data-spec.js
to be "fit" instead of "it", and then running:protractor test/functional/conf.js --specs test/functional/dd-school-data-spec.js
Review
Checklist