uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(feat): Add `neighborhood` column to `locations` table #191

Closed FedericoDM closed 5 months ago

FedericoDM commented 5 months ago

Describe the feature

Adding neighborhood column to the locations table for health filtering.

Requirements

We will need to adjust the models.py file, run a migration and then update the database records. May need to see if other features are impacted by this (specially tests that insert fake data into the db).