Quote:
|
What does it do now when one person collects multiple sets of data on the same team? Or is it only made to scout each team once?
|
Quote:
|
For every match in which you collect data for a specific team, does the program create another instance of data in the team's file?
|
Currently it overwrites the previous data.
Quote:
|
To make this easier, it would probably help to add in a "Match #" field. For data submission, you type in the match number, and for data recollection, you could have a drop-down menu with all of the available matches for that team as well as one of all of the averages and/or totals.
|
Good idea, I'll do that. It'll be a fun challenge.
Quote:
|
Sorry if I'm making this harder, but that would probably provide the largest amount of useful data over the course of the game, because you could see their cumulative results, average results, and improvement.
|
Don't be sorry I like the challenge. Like I said I want this to be as useful as I can make it. Detailed analysis is actually my long term goal. For now, I'm going to finish the functionality pictured and release that on my team web site in a day or two. Then I'll start adding the more complicated features. Hopefully those will be done in a few weeks.
Right now when you select "Save" the program creates a file titled with the team number (without an extension) and when you click load it looks for the file with that team number for a name. For multiple matches I could add the match number field next to the team number field and when it saves it could name it "teamnumber_matchnumber".