For event nodes, it would be nice if the relativity module could:
- sort nodes by start-date
- optionally display start-date
- divide list into past nodes and upcoming nodes
- optionally display any other fields (which e.g. flexinode nodes might have)

Comments

javanaut’s picture

One of the features I've implemented on my own project is a module hook that lets other modules permit or deny parenting on a node-by-node basis. It's rather unclean, but it would allow event module to override how/when it can be childed/parented. I could see another hook for letting modules produce the list of potential child nodes.