Closed maciekrb closed 12 years ago
Hey!
Thanks for your interest in Backstrapp. We're actually working on some big changes now to routing, how data is set, model validation and event triggering. Additionally, we've created made Backstrapp completely modularized, making it much easier to drop in and include new functionality without major edits. Most Views, Collections, Models & Module Definitions now extend a parent Backstrapp class with added functionality instead of Backbone.
We'll be pushing our latest code sometime in the next 2 weeks... take a look at it, I'd love to have your feedback.
Hey Sam, how are you ?
Great news ! I'll be glad to help and contribute !
Cheers !
On Tue, Feb 21, 2012 at 11:36 AM, Sam Bernard reply@reply.github.com wrote:
Hey!
Thanks for your interest in Backstrapp. We're actually working on some big changes now to routing, how data is set, model validation and event triggering. Additionally, we've created made Backstrapp completely modularized, making it much easier to drop in and include new functionality without major edits. Most Views, Collections, Models & Module Definitions now extend a parent Backstrapp class with added functionality instead of Backbone.
We'll be pushing our latest code sometime in the next 2 weeks... take a look at it, I'd love to have your feedback.
Reply to this email directly or view it on GitHub: https://github.com/jollyscience/backstrapp/pull/1#issuecomment-4078370
Maciek Ruckgaber Bielecki IT Consultant =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Antípoda www.antipoda.net www.myspace.com/antipoda =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Cel: +57 300 5507711 Bogotá, Colombia
Hi there !
First of all thanks for sharing the project, I'm enjoying working on top of Backstrapp.
The changes included in my fork are basically related to events and some extra doc inside the code. I will keep committing if I find other things worth adding.
render:page event was double triggering the AppView.render since a binding to DataModel:change:pageHtml also existed.
It is practical thought, to know when your module's html has been inserted in the DOM, so the event Vent.trigger("renderfinish:"+page.name), does just that.