Re: [Dev] Scoping out sharing-related 0.7 projects
Morgen Sagen <morgen <at> osafoundation.org>
2006-02-01 05:31:19 GMT
On Jan 31, 2006, at 8:45 PM, Philippe Bossut wrote:
>
>
> Morgen Sagen wrote:
>
>> (B) User Notifications: I'm not sure if I'm talking about what
>> has been referred to as "big-N Notifications", but clearly what
>> is needed for sharing is some way for the user to see a log of
>> changes that happened as a result of syncing. Currently you can
>> see such changes flash by quickly in the Sync dialog, but Mitch
>> proposed the idea of having a sidebar collection which acts much
>> like an RSS feed of changes. We could add a new Kind to the
>> domain model named "UserNotification" (or some name to
>> distinguish it from any internal notifications). Changes made in
>> the background during syncing would get a corresponding
>> UserNotification item added to the Changes collection. The user
>> could then, at their leisure, scan through the changes via the
>> list view of that Changes collection, and either mark each
>> UserNotification as "read" or else delete the UserNotification
>> item. This same mechanism could be used not just for sharing-
>> related changes, but for any kind of thing that needs to be
>> brought to the user's attention in a non-immediate manner. These
>> UserNotifications could be fed into a single collection, or
>> multiple collections, depending on preference. This requires
>> from CPIA: (1) a way to sort the list view, and (2) some sort of
>> 'mark as read' facility.
>
> I don't like this idea of an RSS collection to post what are
(Continue reading)