MAPC / massbuilds

Crowdsourcing authoritative info on recent & ongoing developments in Massachusetts.
https://www.massbuilds.com/
2 stars 2 forks source link

Apply column name change for municipal to share link serializer #212

Closed ericyoungberg closed 6 years ago

ericyoungberg commented 6 years ago

Resolves #204 .

Why is this change necessary?

The share link serializer was producing an unusable URL.

How does it address the issue?

It fixes the issue by changing the column name that the serializer is looking for.

ericyoungberg commented 6 years ago

@iangmhill The municipal filter is now ignoring letter casing

iangmhill commented 6 years ago

@ericyoungberg Is there a more robust way of doing this rather than on a filter by filter basis? The same case sensitivity happens on the neighborhood filter and the developer filter too.

ericyoungberg commented 6 years ago

I generalized it to all discrete columns instead of just municipal