jwulf / press-star

A node-based implementation of the popular Death Star authoring environment for PressGang / Docbook
4 stars 1 forks source link

Filtering for Books of interest #13

Closed jwulf closed 11 years ago

jwulf commented 11 years ago

With lots of books on the screen, it's hard to find the ones you are interested in.

Filter them out. The quickest solution will be to make different products different colours.

Then make it customizable by user - since we have client-side identity we can do that.

jwulf commented 11 years ago

http://twitter.github.io/bootstrap/javascript.html#collapse

jwulf commented 11 years ago

Experimented with collapsable (in home-collapsable). Looks like a good solution, except everything collapses on re-rendering of the template. Might have to wire individual DOM elements to observables in the Model.

The issue with observables in the Model is getting the Model.function name from the _name value in the JSON update data.

jwulf commented 11 years ago

I'll keep looking into collapsables for the next release. Closing the Endor task.