Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Does `data_sources` need both `description` and `submission_notes`? #500

Closed maxachis closed 2 weeks ago

maxachis commented 3 weeks ago

Context

Requirements

josh-chamberlain commented 2 weeks ago

@maxachis odd—that description of submission_notes makes sense for data_requests, as you say. On the "submit a data source" form as it exists currently, the description for that field is "Did you encounter an issue using this form? Were you unable to select an option you needed or give us information we did not ask for? Is there something special about this Data Source?"

so, both schemae...ii...could involve submission_notes but they have a different purpose. It's not used too often, but I do like having it around.

maxachis commented 2 weeks ago

@josh-chamberlain Got it! In that case, I consider this issue resolved!