Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Mar 6, 2013
1 parent 53309df commit 36a07f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions TODO.md
@@ -0,0 +1,19 @@
# must have

* View.digest() to emit 'digest' event
* Views can subscribe to other views' 'digest' events (needed when view resolves
expression not from own but from one of the parents' scopes)
* CollectionView shouldn't introduce additional `<div>` element when it is being
parametrized by DOM with just a single element inside

# not likely

* extend show-if, attr- and class- to work as elements, that way they should
apply on its parent element so it can be possible to apply directives to
View.el
* more complex expressions
* boolean: or, not, and
* arithemtics: +, -, /, *
* literals: strings, numbers
* function calls
* ternary expressions; if pred then ... else ...

0 comments on commit 36a07f1

Please sign in to comment.