]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/NOTES
some more work on the Kolab viewers
[scalable-opengroupware.org] / UI / Scheduler / NOTES
1 // $Id: NOTES,v 1.1 2003/11/24 01:24:40 helge Exp $
2
3 Scheduler
4 =========
5
6 SOPE based interface for scheduler.
7
8 Class Hierarchy
9 ===============
10
11   [WOComponent]
12     [SoComponent]
13       UIxAppointmentView
14       UIxCalView
15         UIxCalMonthView
16           UIxCalMonthOverview
17         UIxCalWeekView
18           UIxCalWeekOverview
19             UIxCalWeekPrintview
20           UIxCalWeekColumnsview
21           UIxCalWeekListview
22           UIxCalWeekChartview
23         UIxCalDayView
24           UIxCalDayOverview
25           UIxCalDayChartview
26     UIxAptTableView
27   SchedulerUIProduct
28
29 TBD:
30   UIxCalDayHChart?
31   UIxCalWeekHChart?
32   OGoYearOverview - should use aggressive caching in the long run
33
34   - editor page (which comes up in a new window)
35   - delete page
36   - print views
37
38 Notes
39 =====
40
41 editor pages need to use JavaScript to trigger reloads in the parent window
42 => find out how to do that
43
44 URLs
45 ====
46
47 /zidestore/ControlPanel/                        => SoControlPanel
48 /zidestore/ControlPanel/Products                => SoProductRegistry
49 /zidestore/ControlPanel/Products/ZideStoreUI    => SoProduct
50 /zidestore/ControlPanel/Products/ZideStoreUI/Resources/
51 => SoProductResourceManager
52 /zidestore/ControlPanel/Products/ZideStoreUI/Resources/calendar.css
53 => resource
54
55
56 Defaults
57 ========
58
59 Name                        Type    Synopsis
60 SOGoShouldDisplayWeekend    BOOL    Display weekends in week related views.
61                                     Default is NO.