From ad3bd828d04771fc256c9b03a3d50775f2eb1459 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 8 Jun 2004 15:09:24 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@28 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ZideStore/UI-X/ChangeLog | 4 +++- ZideStore/UI-X/Scheduler/NOTES | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ZideStore/UI-X/ChangeLog b/ZideStore/UI-X/ChangeLog index 14da14a4..a21da544 100644 --- a/ZideStore/UI-X/ChangeLog +++ b/ZideStore/UI-X/ChangeLog @@ -1,5 +1,7 @@ 2004-06-08 Helge Hess - + + * Scheduler/NOTES: added class hierarchy + * */common.h, GNUmakefile.preamble.: fixed for OSX compile 2004-06-08 Marcus Mueller diff --git a/ZideStore/UI-X/Scheduler/NOTES b/ZideStore/UI-X/Scheduler/NOTES index 478e8986..8fb70d6d 100644 --- a/ZideStore/UI-X/Scheduler/NOTES +++ b/ZideStore/UI-X/Scheduler/NOTES @@ -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 ==== -- 2.39.5