helpfulengineering / project-data-platform

An experimental attempt to make a CLI for supply-chain modeling for Helpful Engineering's Project Data
GNU Affero General Public License v3.0
9 stars 2 forks source link

Add Tool-List matching support to Supply Problem #28

Closed devhawk closed 1 year ago

devhawk commented 1 year ago

SupplyProblem (and related types such as Supply Tree and Supply Network) only consider the BOM items of an OKH when generating a proposed supply chain. Supply chains also need to consider required tooling as specified in the OKH when generating a SupplyTree. We need to update pd_sc example (and notebook) as well as dependent classes to include tool access verification during supply tree generation.

Note, OKH class already has a requiredTooling property to store this information so that should not have to be updated