datamade / django-councilmatic

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

Rename bill fields #170

Closed reginafcompton closed 1 year ago

reginafcompton commented 6 years ago

Currently, we have a couple poorly named bill fields: full_text and ocr_full_text.

I suspect, at some point, these field names made clear sense. But now, we should rename them to better describe the data.

I suggest changing full_text to rtf_text and ocr_full_text to plain_text.

We need to make changes in django-councilmatic, but also in various customized partials and filters, throughout the Councilmatic system (NYC, Metro, Chicago).