Code review comment for lp:~wallyworld/launchpad/new-team-picker-load-form

Revision history for this message
Richard Harding (rharding) wrote :

Ian, just giving a quick look and was curious if you'd thought about doing the load_new_team_form purely with events? The pickers would listen to an event: Y.on('new_team_form:load') and then the ajax code could just fire that event with the html it fetched to help decouple the whole thing and make it easier to test each endpoint?

« Back to merge proposal