Skip to content

Commit 43348d1

Browse files
Claude feedback updates
1 parent 3a32a3e commit 43348d1

9 files changed

Lines changed: 16 additions & 9 deletions

File tree

plugins/FantasyPremierLeague/v1/dataStreams/classicLeagues.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
}
6060
],
6161
"timeframes": false,
62-
"matches": "none"
62+
"matches": "none",
63+
"tags": ["Leagues"]
6364
}

plugins/FantasyPremierLeague/v1/dataStreams/gameweekData.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,6 @@
131131
],
132132
"displayName": "Gameweek Data",
133133
"baseDataSourceName": "httpRequestUnscoped",
134-
"matches": "none"
134+
"matches": "none",
135+
"tags": ["Game info"]
135136
}

plugins/FantasyPremierLeague/v1/dataStreams/h2hLeagueSummary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@
111111
},
112112
"displayName": "H2H League Summary",
113113
"matches": "none",
114+
"tags": ["Leagues"],
114115
"ui": [
115116
{
116117
"name": "leagueID",
117118
"label": "H2H League",
118119
"placeholder": "Select an H2H league",
119-
"title": "H2H League",
120120
"type": "autocomplete",
121121
"allowCustomValues": false,
122122
"isMulti": false,

plugins/FantasyPremierLeague/v1/dataStreams/h2hLeagues.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
}
5656
],
5757
"timeframes": false,
58-
"matches": "none"
58+
"matches": "none",
59+
"tags": ["Leagues"]
5960
}

plugins/FantasyPremierLeague/v1/dataStreams/leagueSummary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
},
8282
"displayName": "League Summary",
8383
"matches": "none",
84+
"tags": ["Leagues"],
8485
"ui": [
8586
{
8687
"name": "leagueID",
8788
"label": "Classic League",
8889
"placeholder": "Select a classic league",
89-
"title": "Classic League",
9090
"type": "autocomplete",
9191
"allowCustomValues": false,
9292
"isMulti": false,

plugins/FantasyPremierLeague/v1/dataStreams/managerHistory.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
},
4747
"displayName": "Manager History",
4848
"baseDataSourceName": "httpRequestUnscoped",
49-
"matches": "none"
49+
"matches": "none",
50+
"tags": ["Manager"]
5051
}

plugins/FantasyPremierLeague/v1/dataStreams/managerInformation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@
122122
"timeframes": false,
123123
"displayName": "Manager Information",
124124
"baseDataSourceName": "httpRequestUnscoped",
125-
"matches": "none"
125+
"matches": "none",
126+
"tags": ["Manager"]
126127
}

plugins/FantasyPremierLeague/v1/dataStreams/managerSummary.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
],
100100
"displayName": "Manager Summary",
101101
"baseDataSourceName": "httpRequestUnscoped",
102-
"matches": "none"
102+
"matches": "none",
103+
"tags": ["Manager"]
103104
}

plugins/FantasyPremierLeague/v1/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"help": "Your FPL Manager ID — found in the URL when viewing your team on the FPL website (e.g. https://fantasy.premierleague.com/entry/**123456**/event/1)",
77
"validation": {
88
"required": true
9-
}
9+
},
10+
"placeholder": "Enter manager ID e.g. 1234567"
1011
}
1112
]

0 commit comments

Comments
 (0)