Game IDs
Open
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Need unique game IDs for the game currently running. These game IDs must be:
- treated the same as user IDs (since users should only be in one game at a time).
- Be used to filter the appropriate chatrooms when requesting chat messages (multiple chatrooms can exist in one game).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how user IDs are represented and how chat messages and chatrooms are requested over HTTP or WebSocket. Identify the current game context, then verify that game IDs are handled like user IDs and that message requests select only chatrooms belonging to that game.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100