Cathy Deng
Cathy Deng
https://stackoverflow.com/questions/6574619/where-to-put-static-files-that-should-be-served-directly-under-the-server-root related to https://github.com/datamade/chi-councilmatic/commit/c10c449d45dd08381a46ce850a7c238958de28d1#commitcomment-16315396
with a button to show all (like the legislation listing on committee pages) from https://github.com/datamade/chi-councilmatic/issues/95
some of the settings that need to be set manually in `settings_jurisdiction.py` can actually be inferred, e.g. city council name, legislative sessions
'2011' & '2015' are confusing on search filters. would be nice to have friendly names, like '2011-2014' (would that be accurate tho?) from https://github.com/datamade/chi-councilmatic/issues/83
Related to #25
would be nice to have copy on about page. from #83
Inline CSS is displaying in results. Example: http://chicouncilmatic.datamade.us/search/?q=Times+New+Roman
the routine vs non-routine labels should be a partition there are bills that have topic labels, but don't include a routine or non-routine label. example: https://chicago.councilmatic.org/legislation/o-2016-1531/ related to #103, #25
sometimes legislation has `full_text` populated, but it's just html tags w/o any content, so it shows up as an awkward empty pane on councilmatic. example: https://nyc.councilmatic.org/legislation/t-2015-3604/ this is awkward &...
reported by @mccc we are matching strings to link the two & make a hyperlink to the relevant committee, but sometimes there is no exact match. we should look into...