top | item 34341797

(no title)

Ankhers | 3 years ago

I will agree that not every situation will require multiple kinds of updates. For those situations an `update_changeset` may be considered okay. I now realize how definite my wording sounds. But I just meant that if you have multiple update operations, that should be exposed as multiple changeset functions. If you have multiple update operations but a single update_changeset function, it is possible to send the server data you did not intend to be sent together and now you are changing things that were not originally meant to be changed together. This has happened in previous projects I have worked on and now prefer the be explicit with multiple changeset functions.

discuss

order

monooso|3 years ago

I think we're in agreement here that you should create as many different changesets as needed, according to the operations you wish to support.