JamesRamm / plume

Making it easier to create MongoDB & Falcon web apps
Other
9 stars 0 forks source link

use JSON Patch #9

Open JamesRamm opened 7 years ago

JamesRamm commented 7 years ago

_patch on the Item resource (and the corresponding schema method) should really be implemented using the JSON Patch standard.

JamesRamm commented 6 years ago

Changed expected patch format to be the same as mongodb 'update' format and added optional, experimental support for jsonpatch (1fb85c1).

Now gathering ideas on how to robustly convert from jsonpatch to mongodb 'update' format