publicgoods / data-schema

Data Schema for cataloguing public goods
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

BLD: added required "stage" field #8

Closed lacabra closed 3 years ago

lacabra commented 3 years ago

Added new required field stage, which is an enum [nominee, candidate, DPG] to capture the stage of this product along the vetting process. The intent is to be able to differentiate and highlight those products that have been fully vetted as Digital Public Goods, see the top chart at https://digitalpublicgoods.net/platform

conradsp commented 3 years ago

@lacabra - one question before I merge. As the stage is a required field, are we going to have to update all of the products and add stage? Otherwise, I think the CI will break.

lacabra commented 3 years ago

Yes, I'm responsible for this, so I will merge when ready.

Merging this PR here won't break because this repo does not have a CI, but propagating these changes to the products repo will break. I will propagate these changes at the same time I push the new field to all existing products.