Genability / genability-js

Node.js and Browser Javascript SDK for Genability APIs.
MIT License
0 stars 2 forks source link

Add Keyspace and Family Enums #224

Closed andrewfister closed 3 years ago

andrewfister commented 3 years ago

We need to enumerate the possible keySpace and family values that are available on propertyKeys and also the mapping between them. There is a hierarchical relationship between these two fields, where a keySpace maps to many families. These are available on mother's propetyKey pages, such as this one: https://mother-dev.genability.com/mother/metadata/propertykeys/californiaClimateCredit

This will allow us to populate these values in the PropertyKeyPicker.

andrewfister commented 3 years ago

We'll do this in genability-react-lib instead