Skip to content

Conversation

@allthesignals
Copy link
Collaborator

Closes #997

Centralizes zoning district link (dcp website) generation logic into the zoning district model. Before, it was split out into multiple places.

The tax lot model now imports that logic from the zoning district model.

Also, before, primaryzone was the name used to build the DCP zoning district. This isn't really what it is... it applies logic to generate links from a given zonedist into idiosyncratic dcp website URLs.

As for the original bug... the lookup was case sensitive. So, it wasn't able to apply the link-generation logic. For example, "C2" is not "c2". This PR adds some case insensitive string comparison.

@allthesignals allthesignals requested a review from a team as a code owner October 26, 2021 20:43
… Refactor function to work with all zoning codes;
@allthesignals allthesignals force-pushed the 997-fix-zoning-hyperlinks-c3 branch from 360275b to c6609e6 Compare October 27, 2021 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update zoning hyperlinks for sections of DCP website

1 participant