hackforla / heart

Heart is a project working directly with the LA City Attorney’s Homeless Engagement and Response Team. We are building a database and case management system to streamline their workflow and enable them to scale their program. Find us on the Hack for LA Slack #heart.
https://www.lacityattorney.org/community-justice
MIT License
31 stars 40 forks source link

Adds case closed reason and other #243

Closed tienyuan closed 5 years ago

tienyuan commented 5 years ago

Added two more fields to the participants table:

case_closed_reason is a VARCHAR(50) array now, case_closed_other is VARCHAR(250)

Closes #237 Builds on top of https://github.com/hackforla/heart/pull/242 for the agreements & obligations db changes