>
> * Personal note and especially for Caty: I don’t like too much the big
> icons that we have ATM. For example
http://extensions.xwiki.org/
> xwiki/bin/view/Extension/User%20Profile%20Application#
> HSeetheNetworkActivity. I don’t think the replacement of the main AS
with
> the notifications macro will look very nice
with these icons. I already
> stated that I thought the user-focused view was much nicer visually but
I
> was one of the few to think so from what I
remember ;) Still even if we
> keep the icons, I think there’s some work to make the UI more appealling
> visually. WDYT?
>
> * When can we replace AS with notifications macro? I’d suggest to do
that
for
10.6-RC1. WDYT? AFAIK there are 2 places: user profiles + Dashboard
home page.
If we don't care about the 2 remaining items I've mentioned above, we
could
do it for 10.6RC1.
>
> * Once the previous item is done, can we remove AS + watchlist from XS
> easily now? What does it entail, just moving xwiki-platform-watchlist
and
> xwiki-platform-activitystream. Actually I
think we need to first move
the
> message stream sending UI to another place.
I’d propose inside the alert
> menu as a UIX when message stream is enabled (that would be fast and
simple
to do and
we could tune the location later, it doesn’t matter much since
it’s off by default anyway). Could we do this in XWiki 10.6RC1?
We can only get rid of Activity Stream's UI. Because the storage is still
implemented by Activity Stream's API (as the unique implementation of
xwiki-platform-eventstream).
So another item in the todo list then:
* Move the implementation to xwiki-platform-eventstream
Do we have a jira for this?
It's more a new implementation that is needed, since the current one use
"activitystream" in the table names. We might take the occasion to think
about a new storage.