Skip to content

Commit

Permalink
Merge pull request bruin-tennis-consulting#71 from awest25/test_branch
Browse files Browse the repository at this point in the history
Only changing nameMap.js
  • Loading branch information
jerryshi042003 authored Feb 7, 2024
2 parents 8398c15 + d763cc3 commit 6446023
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions services/nameMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@

const nameMap = {
// New Player1 Focused Map
//Group 1: Serve
"player1ServePlacement" : 'Serve Placement',
"player1ServeResult" : 'Serve Result',

"player1ReturnPlacement" : 'Return Placement',
//Group 2: Return
"player1ReturnFhBh" : 'Return Forehand/Backhand',
"player1LastShotResult" : 'Winner/Error',
"player1ReturnPlacement" : 'Return Placement',

"player1LastShotResult" : 'Point Ends with Winner/Error',// Include in Group 2 and 3

//Group 3: Last Shot
"player1LastShotFhBh" : 'Last Shot Forehand/Backhand',
"player1LastShotPlacement" : 'Last Shot Placement',
"player1LastShotPlacementFhBh" : 'Last Shot Forehand/Backhand',


//Group 4: Point Information
"rallyCountFreq" : 'Rally Length',
"atNetPlayer1" : 'At Net',
"atNetPlayer1" : 'Player At Net',
"pointWonBy" : 'Point Won By',
"side" : 'Duece/Ad Side',
"setNum" : 'Set Number',
Expand Down

0 comments on commit 6446023

Please sign in to comment.