collective / collective.dynatree

Dynatree (JQuery Javascript) integration for Plone
http://pypi.python.org/pypi/collective.dynatree
Other
8 stars 7 forks source link

New backend, with new features #4

Closed do3cc closed 12 years ago

do3cc commented 12 years ago

This is the new backend, I opened the feature request for discussion. It is feature complete, but some of the new features need basic styling.

First the featues:

With multiple representations of the data, and the main element, the dynatree not always showing the canonical tree, some changes were necessary. To avoid the complexity I encountered when I first created slc.treecategories, I decided to split the code in models and views. For that I am using the backbone library.

I do not see a sensible way to make backbone optional without implementing its features alone. If this is still wanted, I would make it a different package, collective.dynatreeXtreme or something ;-)