This post could end up being rather long but I will try to keep it a simple as possible. I am trying to create a new web app customized for a golf tournament I am playing in. Rather than running the risk that everyone doesn’t know how to keep score in golf, let’s just assume that we’re talking about 2 on 2 basketball.
Here is the idea:
1. 12 teams of 2 players playing simultaneously
2. Every player has a smart phone and can keep track of all the scores that are being updated by someone after each score
3. I only want the scorekeeper for that game to be able to change the score of their game (and not other games)
4. At anytime if you choose “scoreboard” you can see all the scores in a list.
Hopefully that makes since.
So here is what I’m thinking. The players are repopulated so I could create accounts for each player and login credentials. From my web browser I can set up the matches by choosing who plays who. A new match would simply be a weblog with 4 custom fields for me to pick the players names who are playing, and 2 custom fields for score. A SAEF would allow them on their phone the chance to update the score, right?
My questions are:
1. Each new game would be a new weblog post. How could I setup that only the players in that game be able to update the score through a SAEF?
2. If you are following my logic, am I doing this the best possible way?
Thanks for the help,
Jason