Problem/Motivation
In #2784921-137: Add Workspaces experimental module @catch presented a use case where a user may wish to pull content from one workspace, and push to a different workspace. In the analogy of git this may be similar to a merge.
Proposed resolution
The initial patch for the Workspace module in #2784921: Add Workspaces experimental module will only allow content replication to and from the live
workspace. Therefore we need to look at how replication will work with other workspaces from both a technical and user point of view too.
In this issue we can discuss the possibly uses cases of content replication, and how users would like to be able to push, pull, and merge content between workspaces.