Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "deps" to Models #19

Open
micahr opened this issue Oct 21, 2015 · 0 comments
Open

Add a "deps" to Models #19

micahr opened this issue Oct 21, 2015 · 0 comments

Comments

@micahr
Copy link
Member

micahr commented Oct 21, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant