Sha256: c0f93e3f206f4375cc8748014c77435d8af46f4b62e225482f1165255e8e16d7

Contents?: true

Size: 974 Bytes

Versions: 6

Compression:

Stored size: 974 Bytes

Contents

Framework
---------
Extract hooks into module

General
-------
- Make development mode options easily disabled
- Integrate with requireJs or some other AMD system
- Move to node.js for build / testing
- Replace .luca template with standard jst
- Eliminate underscore-string dependency.  just copy necessary functions.
- Eliminate pointless CSS selectors

- Rely on data attributes for functionality instead of css selectors
- BUT in general don't tie views to the DOM anyway

Luca.View
---------
- Add StateMachine model to all instances of Luca.View

Containers
----------
- Luca.core.Container should relay all activation events to @components

Luca.CollectionManager
----------------------
- Add concept of base params for a given scope of the collection manager

Luca.Application
----------------
- Modify boot sequence so that rendering can happen on DOM ready, but all other
  operations, such as fetching collections, etc, can happen immediately upon
  initialization

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
luca-0.9.76 ROADMAP
luca-0.9.7 ROADMAP
luca-0.9.65 ROADMAP
luca-0.9.6 ROADMAP
luca-0.9.42 ROADMAP
luca-0.9.4 ROADMAP