Closed (fixed)
Project:
LeagueSite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Apr 2010 at 22:18 UTC
Updated:
19 Jul 2010 at 17:40 UTC
Please also see #711976: Player and Roster Support
I am in the process of creating players for LeagueSite, which means people can add players to a team and assign them to matches. What this of course means is that I can store details about who has scored what points in a game - an ideal precursor to statistics in the module.
I intend to simply store the following details;
match_id
method_id (the type of score, e.g. goal / penalty / conversion)
time_scored
player_id
I was also thinking in some sports, such as hockey, people record the assists. Would people be interested in this as an option to add players to?
Comments
Comment #1
Alun commentedComment #2
DenimTornado commentedYes, assists are needed to) And in soccer also!
Comment #3
ericpfeifer commentedALUN,
A much needed feature would be to see a games played summary under the specific team providing stats on previous games. A good example can be found here...
http://www.eteamz.com/MYB/standings/index.cfm?season=553177&cat=975429&x...
If we could add in a Games back (from first place) is something desperately needed too.
thanks for all the hard work!
Comment #4
MasterChief commentedI am agree with eric, that would be really useful, even essential, it is important to see the details of the matches made by a team (or an individual player).
Comment #5
Alun commentedAt the moment, I'm focusing on the scoring details and adding players to teams. As for the suggestion you have put eric, I like the idea. Its something that is probably quite easy to do with a bit of tinkering through Views. I'll keep it in mind when I start creating statistics options.
Cheers.
Alun
Comment #6
ericpfeifer commentedAlun,
I would like to fund some of this development if it would speed up the module features a bit? Do you have a chip in or paypal account that I could contribute to?
thanks,
Eric
Comment #7
Alun commentedHi Eric, while I appreciate your offer, I can't guarantee that donations will speed things up!
If you have specific feature requests, give me an email using my contact tab on my profile and I can let you know when things are likely to be done.
Thanks
Alun
Comment #8
Alun commentedGotta work on the display, but the match breakdown page now works for entering information.
I'll update further on the details of displaying information.
Comment #9
Alun commentedI have added displaying scoring details at the top of the match, on a normal node view. Better displays are what I want to work on next. I have also integrated the match details display into Views. You will need to use Panels to display it effectively though.
More stuff to display will be coming next. I'll keep you all updated!