datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Append jurisdiction name to bill slugs #194

Closed evz closed 6 years ago

evz commented 6 years ago

It turns out that when you have more than one jurisdiction, that doesn't necessarily mean that the bill identifiers are globally unique. This PR appends a slugified version of the jurisdiction name that is extracted from the OCD division identifier for the jurisdiction and adds it into the slug so that the bill identifiers only need to be unique within a given jurisdiction in order for the slugs to be unique.