FAForever/faf-moderator-client

Add new map pool and matchmaker queue tables

Closed this issue · 3 comments

Should add a way of writing data into the map pool and matchmaker queue tables:
FAForever/server#567

This means being able to:

  • Create/edit matchmaker queues
  • Create/edit map pools
  • Add map versions to a map pool
  • Add map pools to a matchmaker queue

This seems to be done?

I'm extracting "Add map versions to a map pool" into a dedicated issue

Matchmaker queues are managed here
https://github.com/FAForever/db/blob/develop/migrations/R__070_matchmaker_queue.sql

The same thing could or maybe should be done for matchmaker queue map pools.
I do not plan on adding a UI for it. There hasn't been a single change ever (=in the last 12 months).