Results API
derhasi - October 21, 2008 - 12:58
An API and basic formUI for managing results, especially for sports events.
Based on different elements:
- event e.g. Match, Gameday, League, Championship
- participants e.g. Player, Team, Referee
- pure data -- event-participant specific values--
user will have to specify this values e.g. "(participant)Player #1 (data)scored in (event)Match#1 at (data)minute 15" - derived data -- data generated from pure data or derived data --
e.g. "(participant)Player #1 scored 100 times in (event)Season#2"
The Module will provide:
- hook(s) to implement event, participant and (pure/derived)data types
- Relation of event or participant to node or user (maybe hook for other relation types)
- hierarchical structure for events and participants (building teams with players, gameday with games, league with gamedays
- form builder for posting results for a specific event
- derivation of data
- ...
Currently in heavy development: http://groups.drupal.org/node/15948
