Write-store roadmap
From Jsorm
1.3
- for newly created records, receive an ID back from the server and attach to records. Nalfein, cimperia
- updated records. Have ability to reload any updated records (but only those) from the server after a commit, either in a one-step or two-step process. Essentially, if you update a field and send it to the server, it is entirely possible the server may have additional data it and only it knows it needs to tag on, and will send back to the client. Nalfein
- Decorator pattern for general store
2.0
- Separate data store from ExtJS. Provide it as an independent data store system that plugs into ExtJS Ext.data.Store implementations
