<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
What we could do is to make it update the preferences that are sent, rather than deleting all the preferences. This would be done as a POST. Also being able to fetch all preferences that start with a particular key may prove useful for things like editors getting all their prefs.<br>
</blockquote><div><br>That seems very good. I didn't quite understood the reasoning behind the "delete-before-update" paradigm. It makes the client quite heavier, as it has to save all the preferences that don't belong to him, merge with its own, then upload (that without taking into account the undocumented "update_one").<br>
<br>Also, the "fetch all preferences that start with a particular key" is also something which would otherwise had to be done on the client side, assuming all keys belonging to Merkaartor would start with "Merkaartor/", for instance.<br>
<br>- Chris -<br></div></div><br>