product-os / jellyfish

The Jellyfish Project
https://jel.ly.fish/
GNU Affero General Public License v3.0
15 stars 3 forks source link

Use jsonpatch to document card updates #361

Closed LucianBuzzo closed 5 years ago

LucianBuzzo commented 6 years ago

http://jsonpatchjs.com/

We can serialize update information in update cards using the JSON patch format ( https://tools.ietf.org/html/rfc6902 )

LucianBuzzo commented 6 years ago

The problem with patch, is that it won't show you what the values were before the change. Ideally what we want is a diff object. Either we augment the patch spec to show previous values or we use another tool.