openziti / fablab

The Fabulous Laboratory
Apache License 2.0
11 stars 4 forks source link

Model Factory Chains #14

Closed michaelquigley closed 4 years ago

michaelquigley commented 4 years ago

The zitilab/characterization model requires a lot of deep parameterization, and dynamic model building, based on several different kinds of configurability.

Explore how factory chains can be integrated into an even more dynamic model building approach. Validate this approach on the Ziti characterization implementation.

michaelquigley commented 4 years ago

It may make sense to explore how Parent-ed models could refer to and alter the factory chain (and also the lifecycle stages, and actions). Our current structure works very well in cases where we want to add to factory chains (lifecycle stages, or actions), but there isn't a good story for the cases where we want to selectively remove or replace components.