mit-spatial-action / who-owns-mass-backend

Django backend for Who Owns Massachusetts Application
MIT License
2 stars 1 forks source link

Data issues remediation #22

Open anastasia opened 1 year ago

anastasia commented 1 year ago

Proposal to fix data through Django migrations, adding descriptive records to keep track of data fixes to a new table (data_fixes). Columns would include at least description, table_name, author. See data problem issue here

ericrobskyhuntley commented 1 year ago

So this is basically a table of django migration annotations? Or am I missing something?