As a developer/user, I want a models_bundle brick, so that we can generate multiple models at the same time.
Use case: When we are creating a new project/feature, we can define the known models and accelerate the development instead of running the model brick multiple times
Desired Solution
Create a new brick called models_bundle
This brick will mainly wrap the existing model brick, and loop through the models in the config
Brick
Description
As a developer/user, I want a models_bundle brick, so that we can generate multiple models at the same time.
Use case: When we are creating a new project/feature, we can define the known models and accelerate the development instead of running the model brick multiple times
Desired Solution
Create a new brick called models_bundle This brick will mainly wrap the existing model brick, and loop through the models in the config
Alternatives Considered
N/A
Additional Context
N/A