You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might think about how to standard full_text_doc_url for all Councilmatics, rather than expecting the city-specific Councilmatic to customize this. @fgregg, thoughts?
The text was updated successfully, but these errors were encountered:
It looks like this model property varies among the Councilmatics (e.g., Chicago renders a PDF, but NYC does not). It seems like it would be best to allow for this type of flexibility and, instead, make the updates to Chicago and LA Metro, which need the double URL encoding.
Two things
Look at the filter here: https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/templates/councilmatic_core/legislation.html#L372
Add an explanatory note here: https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/models.py#L336
-OR-
We might think about how to standard
full_text_doc_url
for all Councilmatics, rather than expecting the city-specific Councilmatic to customize this. @fgregg, thoughts?The text was updated successfully, but these errors were encountered: