Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Send current game per player

Open
#44 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, spring-boot
Domain
api, backend

Research direction

Start by tracing how player information is assembled and sent by the Java server, then inspect how the server associates players with games. Confirm the current game's identity is included in each player's information without requiring clients to search all games. Done means the player payload reports the game the player is currently associated with.

Written by the indexing model from the issue text.

Description

As in the python server, the player information sent to the server does not contain the game a player is currently in. Instead, the client has to look into each game and see if a certain player is in there, which is inconvenient and difficult to do correctly.

Instead, the player info should just contain the game a player is currently associated with.

Dominant language
Java
Stars
12
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from FAForever/faf-java-server

All issues in FAForever/faf-java-server

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.