What would you like to be added:
Extend the JSON DTO schema so an operator role can declare named groups of models, and have modelconfigcollector populate them in the datastore alongside the existing individual Model entries. A model may belong to more than one group.
Why is this needed:
So that modelconfigcollector can populate the datastore, from which ModelSelectorPlugin.loadCandidateModels() will load the candidate model slice for the filter to consume.
What would you like to be added:
Extend the JSON DTO schema so an operator role can declare named groups of models, and have
modelconfigcollectorpopulate them in thedatastorealongside the existing individualModelentries. A model may belong to more than one group.Why is this needed:
So that
modelconfigcollectorcan populate thedatastore, from whichModelSelectorPlugin.loadCandidateModels()will load the candidate model slice for thefilterto consume.