30 lines
989 B
Plaintext
30 lines
989 B
Plaintext
Title - Results System
|
|
Brief - Obtain, View and Manage Results From Fishing Events
|
|
|
|
Target Audience - Angling Trust, Competitions Department
|
|
Target Audience Tech Knowledge - Mid to Low
|
|
|
|
Notes:
|
|
- Pull up the system for an event, input data that is happening in the event.
|
|
- Live scoreboard, updated when new data is inserted into the database.
|
|
|
|
Assuming the number of members are divised equally amongst the teams - the total number of pegs can be calculated by
|
|
multiplying the total number of teams by the amount of members a team
|
|
|
|
Example event - teams of 3, 60 teams, 180 members.
|
|
Each member gets a physical peg (a peg is used to identify who caught the fish).
|
|
Pegs are randomly OR manually assigned to the members.
|
|
|
|
Member Data Model
|
|
Fields:
|
|
- First name
|
|
- Last name
|
|
- random team number between 1 and number of teams
|
|
|
|
Team Data Model
|
|
Fields:
|
|
- Team number (ID)
|
|
- Section character (unique)
|
|
|
|
Section Data Model
|
|
- Section character (ID) [a,b,c,d,e,etc] (Can't use the letter i) |