Hi! Here’s a “How should I do this in Umbraco” question! And yes, it’s music-related
Currently I have Document Types for Songs and Performers. Songs have a Multinode Treepicker (MNTP) to select which Performers are associated with that Song. Ta-da.
I would like to develop this idea by saying what Instrument(s) the Performer was playing for that Song… and my brain simply can’t comprehend how to do this:
Song have MNTP to choose one or more Performers
Performer to have MNTP to choose one or more Instruments
I’m building a very similar structure for a “Band database” right now, where a Band has a list (BlockGrid) of Lineup blocks, each of which has a list of BandMember blocks that links a person (MNTP or Contentment DataList) to a set of roles (Guitar, Vocals etc.) using a Tags property.