Using Joomla! 3.0 (Or 2.5, whatever works best), I'm needing to create a system comprised of three entity types:
Artists -- Name, country of origin, links to social media/website, etc. Set -- Start time, end time, description Venue -- Name, description
Hierarchically, it would look like this: Venue > Set > Artist
. A venue will have multiple sets, and the sets will have one or more artists.
I initially wanted to do this in Drupal, which has modules like EntityReference that allow you to reference arbitrary nodes. So far, it seems like Zoo and K2 are the two main content construction kits for Joomla!, but after playing around with both for a while, it seems like neither has fields to reference other content. Am I missing something?
I'll ultimately want to create a daily calendar of sets/artists, so ideas towards how I'd do that are also appreciated.
Thanks!