codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Subdirectories under /data #296

Closed pmackay closed 9 years ago

pmackay commented 9 years ago

This is a small improvement suggestion for the files under /data. Could they be split up into something like:

/data/openreferral
/data/openeligibility

or

/data/csv
/data/taxonomy

and with the appropriate files in each dir? This would:

monfresh commented 9 years ago

The CSV files that are currently in the data folder are examples of valid CSV files needed to import data. I agree that those example files should be placed in their own folder because some of them are not required by the Open Referral spec, and you wouldn't want to accidentally import them.

The only file that is related to the Open Eligibility taxonomy is oe.json, so I don't think it makes sense to create a folder just for that one file.