wesnoth / wesnoth-multiplayer-data-dashboard

This is a dashboard that allows you to query and visualize data that the Wesnoth Project collects about multiplayer games played on the official server.
2 stars 0 forks source link

Add era and modification to query fields #21

Open rodolphecombe opened 4 weeks ago

rodolphecombe commented 4 weeks ago

Adding this two parameters that are present in the description of the replays in https://replays.wesnoth.org/ would allow easily searching for replays using a specific era or modification. Although this will be mostly useful for the modders, I hope it is not something complex to add.

soliton- commented 3 weeks ago

The description mentioned here is from https://replays.wesnoth.org not from the dashboard, btw.

The era and modification info is here: https://github.com/wesnoth/wesnoth/blob/d2f6b171c0b878a64c4afd354b303232d87bb490/utils/mp-server/table_definitions.sql#L115-L131

rodolphecombe commented 3 weeks ago

Yes, sorry, it was not clear in the post. I edited it. It could actually be added to the result of the queries though.