User C wants to download User A's play, but only gets User B's version
Solution : set a uuid only on sharing ? (which means a different id for each shared version)
Issues:
uuid is used to index plays in the redux store at the moment. We have choose another solution. Could be to index them by name. Or using a uuid for sharing and another for storing plays (is this overkill?)
We currently have the following problem:
Solution : set a uuid only on sharing ? (which means a different id for each shared version)
Issues: