forked from marcuswestin/fin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
28 lines (14 loc) · 804 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO
=== P1 ====
Support list views - these should map to CouchDB Views with subscriptions to the changes api
Support passing in multiple items to getView
fin.getView('<div class="dueDate">(( user.task.dueDate ))</div><div class="messageSender">(( message.sender.name ))', {
user: userItem,
message: messageItem
})
=== P2 ====
Database: Remove the nested properties object - should just be reading directly off of the document
Property chaining depends alot on recursive calls modifying the property chain, which requires a bunch of dependancyChain.slice(0) copying of the dependancy chain array. Should use loops instead, without modifying the propertyChain
=== P3 ====
Look over API again - would be nice to have something like fin.applyToElement
Add drag and drop support to lists