ThreeSixtyGiving / getdata

Website that documents programmatic access to a JSON file of the locations of 360Giving data files
http://data.threesixtygiving.org
Other
0 stars 0 forks source link

Updates the documentation with new fields #11

Closed caprenter closed 7 years ago

caprenter commented 7 years ago

Adds in the last_modified and the first_published fields with descriptions

caprenter commented 7 years ago

You can also hopefully see the ouput of the proposed change in the json from: http://dcdev-threesixtygiving.cs88.force.com/datastore

drkane commented 7 years ago

This looks great - would be a very helpful change for importing the data into Beehive.

caprenter commented 7 years ago

Yep - d'oh. So from: http://spec.dataportals.org/

first_published should be 'issued' and last_modified should be 'modified'

caprenter commented 7 years ago

ok - so I've updated the code that generates the JSON, so this link will give you a sample output: http://dcdev-threesixtygiving.cs88.force.com/datastore

I'm going to deploy that change on Monday now, so that it doesn't sit broken over the weekend should something go wrong.

We need it to be working correctly for our purposes next week as well, so Monday should be good.

I'm happy that this is a non-breaking/backwards compatible change. I'm just slightly nervous that something could break in the deploy.

caprenter commented 7 years ago

I've made the update at the Salesforce endpoint, and this is now reflected in the dcat.json.

Updated this pull request with a minor change to the changelog to reflect this, so merging.