conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Add a "deps" to Models

Open micahr opened this issue 10 years ago • 0 comments

Allow a Model to depend on other models by supplying an array of dependencies that will be checked at runtime. The deps list would be a set of Strings, which would just do a quick check to see if the Model is already on the request or not. If it's not, it will warn or message an error so that developers can more easily see why their model is failing.

micahr avatar Oct 21 '15 19:10 micahr