I have implemented a couple simple mashups in TP3, and would like to be able to use some of the ones from github. I'm good with changing the code based on the new page layout, and even the ajax-ness.. although I'm hacking it, I don't know where to get certain triggers, like when it's acceptable to actually populate the filter box and have it honored, but I have made due. I know that card coloring is coming as a standard feature, but I was looking at making that mashup (card rotter) work until then and the problem is that window.Tp has gone away. I know that it's likely a tau.mashups.addDependency('[path]') situation, but I haven't found much in documentation of the Tp namespace or what's even available to go digging.
TL;DR? I'd like the tau version of Tp.controls.kanbanboard.KanbanboardManager.getInstance().kanbanBoards so that I can call .controller.on('statechanged', ... )
Thank you for any help!