regen-network / regen-data-standards

3 stars 2 forks source link

Re-evaluate benefit `project_role` field vs specific fields for specific roles in `ProjectInfo` schema #22

Open clevinson opened 1 month ago

clevinson commented 1 month ago

Currently in the ProjectInfo schema we have separate fields / slots for each role:

And for Terrasos we additionally have:

Rather than supporting each of these with a different field, we could instead have a single project_roles slot (multivalued) where the values each had an Enum field which detailed which role the given individual or organization was being assigned to.

This was something @S4mmyb brought up during our recent Framework WG call, but we should speak w/ the rest of the dev team to get input as we may need to refactor our existing anchored project metadata documents.