]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@28 d1b88da0-ebda-0310-925b-ed51d8...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 8 Jun 2004 15:09:24 +0000 (15:09 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 8 Jun 2004 15:09:24 +0000 (15:09 +0000)
ZideStore/UI-X/ChangeLog
ZideStore/UI-X/Scheduler/NOTES

index 14da14a41ab1d73f5c126def2f6ca38ed6d73d7b..a21da544dd6d42cacbea011a4eb8b04d7669b7d3 100644 (file)
@@ -1,5 +1,7 @@
 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
-       
+
+       * Scheduler/NOTES: added class hierarchy
+
        * */common.h, GNUmakefile.preamble.: fixed for OSX compile
 
 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
index 478e8986081b728684ffed1b17c2243d0ad2aa96..8fb70d6dff9666ee8ecec69877e0e0598230405f 100644 (file)
@@ -1,5 +1,45 @@
 // $Id: NOTES,v 1.1 2003/11/24 01:24:40 helge Exp $
 
+Scheduler
+=========
+
+SOPE based interface for scheduler.
+
+Class Hierarchy
+===============
+
+  [WOComponent]
+    [SoComponent]
+      OGoAppointmentView
+      OGoCalView
+        OGoCalMonthView
+          OGoCalMonthOverview
+        OGoCalWeekView
+          OGoCalWeekOverview
+    OGoAptTableView
+  SchedulerUIProduct
+
+TBD:
+  OGoCalDayView
+    OGoCalDayOverview
+    OGoCalDayChart
+    OGoCalDayHChart
+  [OGoCalWeekView]
+    OGoCalWeekColumnView
+    OGoCalWeekChart
+    OGoCalWeekHChart
+  OGoYearOverview - should use aggressive caching in the long run
+
+  - editor page (which comes up in a new window)
+  - delete page
+  - print views
+
+Notes
+=====
+
+editor pages need to use JavaScript to trigger reloads in the parent window
+=> find out how to do that
+
 URLs
 ====