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

Move preloading of widget channels from widget_starter to widget #54

Open
ovidiuch opened this issue Jan 24, 2013 · 0 comments
Open

Move preloading of widget channels from widget_starter to widget #54

ovidiuch opened this issue Jan 24, 2013 · 0 comments

Comments

@ovidiuch
Copy link
Contributor

The idea is to encapsulated the waiting for channels to initialize (because of async requires of models and collections) inside the widget. It currently is in the widget starter.

This will also allow us to subscribe to newly created channels all inside a widget's initialize method. This is not currently possible.

This is a ballpark schema of the widget_starter > widget -> datasource flow
2013-01-24 11 57 36

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