ThreeSixtyGiving / datastore

A Data Store application for 360Giving
GNU Affero General Public License v3.0
0 stars 1 forks source link

api: Add data_license to Grants #203

Closed R2ZER0 closed 5 months ago

R2ZER0 commented 5 months ago

This PR adds License info to each Grant in the Public API's GrantsReceviedView and GrantsMadeView.

For each grant, alongside data, an extra data_license field is added, e.g.:

"data": { /* ... */ },
"data_license": {
    "url": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
    "name": "Open Government Licence 3.0 (United Kingdom)"
},

where the license info is pulled from the related SourceFile.