My events revolve around competitions where registrants get points at the event. Is there anyway for an event node owner to submit results against those that attended?

I'd like to eventually use event results to calculate a series results as well....so all the events in a year add up to an annual rankings table.

Comments

dww’s picture

Status: Active » Closed (won't fix)

Smells like another use-case of signups-as-nodes: http://groups.drupal.org/node/3430

No way I'm going to add this stuff directly into signup, since it seems very specific to your needs.

However, if you just [sic] reimplemented signup.module via a CCK node type (with a user-reference field, and a node reference field), you could add whatever other fields you wanted and do whatever fancy reports you needed via views.