On 24 May 2011 11:11, Andreas Jung <[email protected]> wrote: > Espen Moe-Nilssen wrote: > > A lazy approach could be to use a folderish news item and then add the > > other stuff inside that (?) > > There is a collective.folderishtypes, havent only tested the news item > > type, though > > http://pypi.python.org/pypi/collective.folderishtypes > > Folderish are not suitable to manage relationships among content objects > - - especially not in this case. > > @Mike: you may want to manage relations using "ReferenceFields" if your > implementation is based on Archetypes. ReferenceFields give you the > option to manage 1:1 and 1:n relations pretty easily. >
If there is nothing else out there, I'll develop a product in dexterity. I'll start with 3 content types (a tournament contains stages which contains matches) with references to players and officials which will be site members.
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
