project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

DripResponse should subclass couchdb.mapping.Document, not dict #40

Closed laroque closed 11 years ago

laroque commented 11 years ago

It has the ability to deal with fields of known type and built in methods for updating a remote doc, getting updates from one, etc.

See: pythonhosted.org/CouchDB/mapping.html

laroque commented 11 years ago

I'm not so sure about this anymore, the mapping stuff seems to have some odd behaviors as well.... marking as won't fix for now

laroque commented 11 years ago

I'm vetoing past Ben on this one. Turns out that the behaviors of the couchdb classes is sorta weird and not entirely consistent so I'll stick with what I've got until such a time as a better dependency is found or something.