Closed (won't fix)
Project:
Signup
Version:
5.x-2.4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 03:50 UTC
Updated:
28 Feb 2008 at 20:29 UTC
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
Comment #1
dwwSmells 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.