workflow
========
in fact, the workflow we wish to implement is :
person A sets a meeting with B and C
when he sets it, he clicks on a button : either "propose" or
"propose and mail" (obvious)
In both case, when B and C logs into SOGo, they see, in their
'news page', that a new meeting has beeing proposed
then by clicking on it, they can accept it
on the news, you have to show : meetings proposed to the person
logging in, meetings proposed BY the person logging in,
and their different acceptance
if you reject the meeting, it still appears in the news page
as refused
We have still two issues : ergonomic and functionnal
The ergonomic one : I propose two sections in the news page,
with each being a table, containing, each line, an apt,
with title, day, hour, participants (truncated), the line
being green if it has been accepted by all, red if rejected
by someone
grey if in another state
the functionnal : a meeting that is still not accepted by
everyone must appear in each participant's view, and be
counted in the conflict manager, or not ?
it's an open point