Description
I am concerned by the section on concurrency.
3.1 Concurrency
...
Client RequirementsThe State Resource will permit PUT, POST and DELETE requests without concurrency headers, since state conflicts are unlikely.
In my experience state conflicts are very likely. I have observed it the courses produced by some of the more well known authoring tools.
For example if a user progresses a course on a mobile device and then switches to a laptop the state from the mobile device will be restored onto the laptop however any progress on the laptop will be lost if the user switches back to the mobile device (this can be simulated by simply opening a course in multiple tabs).
I believe that the State Resource shouldn't be an exception and that clients should observe the same concurrency requirements that are required for the Agent Profile Resource and Activity Profile Resource.
I am very open to other peoples experience and suggestions.