18F / 2015-foia-hub

A consolidated FOIA request hub.
Other
48 stars 17 forks source link

Connect agency/office models to docusearch. #730

Open geramirez opened 9 years ago

geramirez commented 9 years ago

Currently, documents are connected to the Agency and Office model via a slug. They should be connected as foreign keys to allow us to easily get Agency documents and vise versa. Also connecting these models will help with validating possibly unlinked documents on imports.

Note: ensure that agency documents are not deleted with load_agency_documents.py is run.

geramirez commented 9 years ago

Maybe we don't need to connect the models, but we should at least validate agency slugs.