resync / resync-simulator

ResourceSync Change Simulator
11 stars 6 forks source link

Changesets: ResourceChange order #22

Closed behas closed 12 years ago

behas commented 12 years ago

ResourceChanges should be ordered in changeset according to the following conditions:

(i) changeid (assuming that it is a sequential id) (ii) lastmod date if (i) is not given

No ordering puts additional burden on the client because it must first fetch all resource changes before it can process them.