NYPL-Simplified / circulation

Circulation manager for Library Simplified
Other
19 stars 19 forks source link

Clever nces_id check and tests #1853

Closed thinkwebengineer closed 1 year ago

thinkwebengineer commented 1 year ago

Description

Added check to find district name and compare for #DEMO in name for demo districts without NCES_ID.

Motivation and Context

Our upgrade from v1.1 to v3.0 has left us unable to verify schools without an NCES_ID and giving them access when we are not supposed to. We can now look at district names and pass through any #DEMO district to bypass the lack of nces_id in our sandbox districts. While not allowing this to happen with non-demo districts.

How Has This Been Tested?

Updated testing to account for new link usage.

Checklist: