open-contracting / cardinal-rs

Measure red flags and procurement indicators using OCDS data
https://cardinal.readthedocs.io
MIT License
9 stars 3 forks source link

Consider indicator dependency framework #69

Open jpmckinney opened 1 year ago

jpmckinney commented 1 year ago

Right now, dependencies are handled by Indicators.run, but as the number of indicators grows, this might become harder to manage.

https://github.com/open-contracting/cardinal-rs/blob/0fecdebb3a6cf97a6b533dbd66457b8a5b9be1eb/src/lib.rs#L164-L171