developmentseed / api.work.vote

https://api.workelections.com
5 stars 10 forks source link

Add jurisdiction.trusted_notes, remove old notes. #115

Closed chinasaur closed 4 years ago

chinasaur commented 4 years ago

Removes obsolete jurisdiction.notes field. Adds new HTMLField for trusted_notes, intended for display on front end without HTML escaping.

Also note in description for jurisdiction.further_notes that this field is typically populated from survey responses.

chinasaur commented 4 years ago

Good to get this in before someone else writes another migration with the same number. Or if this is already an issue let me know and I can drop this and redo after other migrations are in.

chinasaur commented 4 years ago

Yeah, I think the field label thing is also an issue for the SurveyEmail HTMLField. Let's fix in a follow-up. Thanks!