bcgov / greenlight

A demonstration of the verifiable organization network showing a new restaurant gathering the permits necessary to open.
Apache License 2.0
34 stars 45 forks source link

dFlow: make path selection generic #141

Closed esune closed 5 years ago

esune commented 6 years ago

The current instance of dFlow (previously known as permitify) uses a hard-coded dependency structure to define the graph for the restaurant recipe.

We want to be able to pick one of the schemas currently published to the ledger, and generate the dependency structure dynamically, so that the graph and the steps to complete will change accordingly.