Jennifer's CCK Lab for Drupal
This lab was created by Jennifer Hodgdon of www.poplarware.com and is published at http://poplarware.com/drupaltalk.html.
The goal is to use CCK and Views to create pages to support a school.
Types of information:
Instructor: instructor name, bio, photo
Course: course name, course description, course level
Scheduled class: course name, start date, end date, start time, end time, cost, instructor name
Views:
- List of upcoming classes (Scheduled Class)
- List of courses filtered by subject | level (Course)
- List of instructors (Instructor)
- Instructor detail (list of courses this person is teaching - Scheduled Class)
- Course detail (show when the course is scheduled - Course)
-
I'm not sure if Jennifer planned any Views that required information from 2 different article types at the same time; a mini database as it were. For example, is it possible to have a view that includes Instructor names, photos and Scheduled Class information using the above structure?