FAForever / FAForever/server

Add Matchmaker Notification

Open
#1,059 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
72
Forks
84
Avg merge
5h 11m
Merged PRs (30d)
1

Description

_This is a summary of the discusion in https://github.com/FAForever/server/issues/1024_

We want to have a notification in the client when someone that you could match with in the matchmaker is searching for a game.

The server should determine if someone in the player's matching range is searching and then send out a message to the client. The message should be a new message type.
It probably makes the most sense to create a new dedicated service to handle the checking and message sending. You could have a look at `BroadcastService` to get some inspiration.

Non-Coding tasks: Create a mockup (in photoshop or something similar) of how exactly the message would look like in the client and where it should show up.
This will guide the client implementation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.