Make it possible to query a game based on players' average_rating
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 25/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
调研方向
从 API example 中展示的游戏查询和排序/筛选行为开始,然后检查 game_stats 数据模型,以及 Python server 如何提供游戏开始数据。完成标准是:可以按游戏进行时玩家的 average_rating,而不是按玩家当前的评分,对游戏进行筛选和排序。
由索引模型根据 Issue 内容生成。
描述
I'm working on a bot command to show top rating replays for a specific period, i.e. list replays max 1 week old with high rated players.
The current poor man version is something like this:
https://api.faforever.com/data/game?include=playerStats.player&sort=startTime&page[limit]=1&filter=startTime=gt=2021-08-01T11:58:02Z;playerStats.player.globalRating.rating=gt=2000
Then I at least get a game with at least one player having globalRating.Rating > 2000 but that could be a high rated player bashing noobs. Another problem is that it is the current rating, not the rating when the game was played.
What I really want is to be able to query and sort on the players average_rating of a game, I guess this would require a new column to game_stats which is then updated by the python server at game start?
- 主要语言
- Java
- 星标
- 31
- 派生
- 30
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
FAForever/faf-java-api 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
FAForever/faf-java-api#1181 · 12 条评论 ·
-
难度 3/5 1-2 天 新手友好度 30/100
FAForever/faf-java-api#895 ·
-
难度 5/5 一周以上 新手友好度 30/100
FAForever/faf-java-api#816 ·
-
难度 5/5 一周以上 新手友好度 30/100
FAForever/faf-java-api#708 · 13 条评论 ·
-
enhancement help wanted
难度 5/5 一周以上 新手友好度 25/100
FAForever/faf-java-api#394 · 10 条评论 ·
查看 FAForever/faf-java-api 的全部 Issue
相似的 Issue
-
certification
难度 1/5 1 小时以内 新手友好度 80/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's 未关闭bug ecr
难度 2/5 1-3 小时 新手友好度 75/100
-
Needs: Triage Type: Feature request
难度 2/5 1-3 小时 新手友好度 70/100
AntennaPod/AntennaPod#8794 ·
-
agentic-workflows
难度 2/5 1-3 小时 新手友好度 65/100
github/copilot-sdk#2760 ·