pruned comments, added example to couch_query_server.rb
[couchobject.git] / TODO
blob2b85fbb94e01e7a80d1ebba625de8b4a39d6f727
1 - flat namespace for object attributes? (instead of the "attributes" key)
2 - Query/View API
3 - Database#filter for filtering documents with Ruby (with some ruby2js or RubyToRuby magic)
4 - Expand on View class
5 - db.store(doc) [as per Malesca's suggestion]
7 - CouchObject::Model for more domain specific/clearer way to model Couch docs in ruby