A very rough todo list for the Netzke 1.0 release (WIP)
NOTE: this is not replacement for CHANGELOG (CHANGELOG for Basepack).
- Currently there's an experimental implementation of the (badly named)
cloneoption innetzkeLoadComponentJS method, which allows loading multiple instances of the same child component, providing different configuration options for each instance. I'd like to consolidate this with the "normal" loading method, and thus get this functionality available by default. - Concatenating JS mixins should be made less error-prone (dangling commas, etc)
- Routing. In the app I'm currently developing there's a need for routing, and I think I came up with a simple and flexible way to use Ext JS's Controller to do just that (I'm able to use nested routes like "#clients/2/orders/1/items").
- Currently all the
componentDSL