skybaks / pyplanet-cup_manager

Competition Management Plugin for Trackmania Pyplanet
GNU General Public License v3.0
6 stars 2 forks source link

GUI to manage overall Cup information #3

Closed skybaks closed 2 years ago

skybaks commented 2 years ago

Add a GUI to manage and maintain overall cup information. Then this information can be sourced to other elements of the plugin such as announcements or export.

Information might include:

skybaks commented 2 years ago

Further ideas. From this module, have ability to "start" a cup, then for every map that loads have a prompt that allows an admin to decide if this map is part of the cup or not.

Maintain a list of cup maps (just map start times), then use that with the results module to support a /results command equivalent.

Update //cup matches admin command to be able to add or remove maps from the active cup

Use this active cup information to display end of map rankings.

skybaks commented 2 years ago

Deferring this issue. I started implementing it and it became clear to me that this could make running a cup more complicated instead of less. I would like to focus on making using this plugin as simple as possible