dscsa / client

Browser single page application for logging written with Aurelia
3 stars 1 forks source link

Calculate inventory field (with qty remaining) using update handler rather than special view #213

Closed akircher closed 7 years ago

akircher commented 7 years ago

In general try to stay away from special calculations in the view since we want to transition as much as we can over to mango.

akircher commented 7 years ago

How to get most recent _rev since it will go through 2 iterations with update handler. Maybe it will be in header, I read somewhere there is a X-Rev header that might help.

akircher commented 7 years ago

Not going to use update handlers, but do need to decide whether we are staying we map/reduce or mango or some combination