]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/NOTES
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[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         UIxCalMonthViewOld
16           UIxCalMonthOverview
17         UIxCalMonthView
18         UIxCalWeekView
19           UIxCalWeekOverview
20             UIxCalWeekPrintview
21           UIxCalWeekColumnsview
22           UIxCalWeekListview
23           UIxCalWeekChartview
24         UIxCalDayView
25           UIxCalDayOverview
26           UIxCalDayChartview
27     UIxAptTableView
28   SchedulerUIProduct
29
30 TBD:
31   UIxCalDayHChart?
32   UIxCalWeekHChart?
33   OGoYearOverview - should use aggressive caching in the long run
34
35   - editor page (which comes up in a new window)
36   - delete page
37   - print views
38
39 Notes
40 =====
41
42 editor pages need to use JavaScript to trigger reloads in the parent window
43 => find out how to do that
44
45 URLs
46 ====
47
48 /zidestore/ControlPanel/                        => SoControlPanel
49 /zidestore/ControlPanel/Products                => SoProductRegistry
50 /zidestore/ControlPanel/Products/ZideStoreUI    => SoProduct
51 /zidestore/ControlPanel/Products/ZideStoreUI/Resources/
52 => SoProductResourceManager
53 /zidestore/ControlPanel/Products/ZideStoreUI/Resources/calendar.css
54 => resource
55
56
57 Defaults
58 ========
59
60 Name                        Type    Synopsis
61 SOGoShouldDisplayWeekend    BOOL    Display weekends in week related views.
62                                     Default is NO.