LukeWoodward / SplitsBrowser

Orienteering results analysis
GNU General Public License v2.0
13 stars 9 forks source link

Support score events? #36

Closed LukeWoodward closed 6 years ago

LukeWoodward commented 9 years ago

Event 8298 at splitsbrowser.org.uk fails to load because the data is for a score event rather than an ordinary orienteering race, and because SplitsBrowser presently has no support for score events.

If SplitsBrowser were to support score events, we would need to sort out:

  1. how to read data for score events and in what formats (most existing formats have no support for the scores attached to each control), and
  2. what graphs to draw. The existing graphs for orienteering races don't make any sense for score events as there is no set route to follow and the winner is the one that scored the most not finished quickest, so a whole new set of graphs would need to be devised.

However, before doing all of this, is it worth doing it at all? Would anyone be interested in this kind of functionality?

LukeWoodward commented 6 years ago

Closing this as there has been no further interest.