[Zope] .: Courses appointment product :.

Dieter Maurer dieter@handshake.de
Wed, 8 Jan 2003 22:44:25 +0100


Rafael Zancan Frantz wrote at 2003-1-8 10:01 -0200:
 > I work at a school as a web developer. This school offer some courses for
 > people in general. Courses are separeted in groups, for exemple,java
 > courses, zope coureses, postgres courses an so on. Our wish is to have
 > this courses and gruop of courses available at the portal/web in order to
 > allow people to find them and assin to take one or more courses. The
 > portal should have a place were secretaries could offer this course (put
 > them on the site) and another for people in general where they could list
 > all courses that are being offering, or search for a specific corse (for
 > exemple, introduction for java) or a group of course.It should be more or
 > less like a calendar of courses that are being offering by the school.
 > Does any of you knows some thing like that (Product in zope ) that can be
 > used for me or has any interest to develop one with me?
One way would be to use CMF (the Content Management Framework),
derive a new type from CMFDocument and use its "Subject"
for grouping related courses.
Courses belonging to a group could be obtained via catalog searches.


Dieter