Changes for page Calendar Application

Last modified by Ecaterina Valica on 2014/01/15 13:50

From version 18.1
edited by Vlad Merticariu
on 2011/06/22 15:37
Change comment: There is no comment for this version
To version 17.1
edited by Vlad Merticariu
on 2011/06/22 15:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,20 +32,6 @@
32 32  * Each event must be stored in its own document
33 33  * Each calendar is stored in its own space (only 1 calendar/space)
34 34  
35 -= Alternatives =
36 -
37 -**Calendar aggregator**
38 -
39 -The WebHome of the application is an aggregated calendar which displays the events from all the calendars of a user.
40 -The user creates several calendars (e.g. Personal, Work) which can be visualized both individually and together, on the main page of the application.
41 -This is very similar to Google Calendar, following the same approach. The main advantage of this is the ease of interaction between users' calendars (e.g. sharing a calendar with another user means displaying the specific calendar among his own calendars, inside the WebHome).
42 -
43 -
44 -**Individual calendars with categories**
45 -
46 -The users creates calendars which are individual entities and each event is assigned a category when added.
47 -When the user is invited to other events he can choose to view those events in one or more of his calendars while when another user shares a calendar with him he can only view that calendar, on a separate page.
48 -
49 49  = Detailed Functionality =
50 50  
51 51  == Adding events ==
... ... @@ -182,6 +182,20 @@
182 182  * Select time format?
183 183  * Similarly to Google Calendar, event recurrence should be customizable
184 184  
171 += Alternatives =
172 +
173 +**Calendar aggregator**
174 +
175 +The WebHome of the application is an aggregated calendar which displays the events from all the calendars of a user.
176 +The user creates several calendars (e.g. Personal, Work) which can be visualized both individually and together, on the main page of the application.
177 +This is very similar to Google Calendar, following the same approach. The main advantage of this is the ease of interaction between users' calendars (e.g. sharing a calendar with another user means displaying the specific calendar among his own calendars, inside the WebHome).
178 +
179 +
180 +**Individual calendars with categories**
181 +
182 +The users creates calendars which are individual entities and each event is assigned a category when added.
183 +When the user is invited to other events he can choose to view those events in one or more of his calendars while when another user shares a calendar with him he can only view that calendar, on a separate page.
184 +
185 185  = Technicalities =
186 186  
187 187  The event-calendar part of the application will be implemented in the following way: