i was wondering if anyone could give me their advice on an ee design question:
i have a site that has a number of lesson categories. each category contains a number of video lessons which are split into a number of video segments.
so far i have the following design ..
each of the lesson categories is set as a category. each of the video lessons are weblog entries in a ‘lesson’ weblog.
the problem is that each video segment isn’t really being ‘indexed’ into EE. the list of segment titles and times shown in the page is hardcoded in the {blurb} field… which is of course a dumb way to do it.
so i guess im not sure how to represent each ‘lesson’ which is actually a collection of video segments. not sure how many categories / weblogs i should be making for various things. dont want to end up with a tangled mass of lessons.
it seems like i should be making each lesson its own weblog, with its entries being each video segment it consists of. but, that sounds like a lot of small weblogs to be floating around in ee…. if i went that route, what if the content grew to 10x the size? how would i organize / categorize them? i suppose they’d just be associated with the lesson categories i’d previously set up….
maybe you can nudge me in the right direction.
thanks,
ian