In my previous post I talked a little bit about the lost update problem which can be minimized when working with task based API. But you can never consider this problem as totally solved while you do not lock your data!
So first, let’s remember the issue.
Lost update Let’s say we have an app to manage the grocery list for a family, a classical web application with a web API behind it.