Hi,

The design proposal for way back when was:

1. If I receive an item through 2 shares: 1 read-write, the other read-only, I should have read-write privileges on that item and my edits should be synced to the server.

2. If I receive an item via a read-only share and then add it to another collection where I have read-write privileges, I still only have read-only privileges to that item.

In other words, other people can grant me read-write access to an item. I can't grant it to myself.

Does that fit in with Morgen's c18n proposal?

Mimi

On Dec 18, 2007, at 11:41 AM, Randy Letness wrote:

Philippe Bossut wrote:
2 problems I see with the c18n proposal:
- item sharing between collections in the webUI won't work: so Chandler Server is basically siloed, not per kind of items but per collection. Debatable if its against the Chandler philosophy or not. I'll leave that issue open. - Adding a 3rd Chandler client in the mix still allows propagation scenarios where an edit is done when it shouldn't. e.g.:
   - User 1 publishes collection A with item aaa
- User 1 gives read-only ticket to User 2 and read-write ticket to User 3 - User 2 gets item aaa, modifies it and shares it in published collection B
   - User 2 gives read-only ticket to User 3 on collection B
- User 3 syncs all: he gets edits from User 2 on item aaa from collection B, those edits get propagated to collection A

I see your point. You can be subscribed to an item read-only in one collection and read-write in another, but they are the same item in Chandler. So changes made to the item in the read-write collection probably shouldn't be reflected in the read-only item, because its read-only. Consider this scenario:

- User 1 publishes collection A with item aaa
- User 1 gives read-only ticket to User 2
- User 2 gets item aaa, modifies it and shares it in published collection B User 2 has read only access to aaa in collection A, but write access to his copy in collection B. User 2 modifies his copy. What happens in this case? Now there are two copies of aaa that aren't in sync because one is read-only, but in Chandler its only represented as 1 item right?

-Randy
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Design" mailing list
http://lists.osafoundation.org/mailman/listinfo/design

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Design" mailing list
http://lists.osafoundation.org/mailman/listinfo/design

Reply via email to