aeternum-map icon indicating copy to clipboard operation
aeternum-map copied to clipboard

Route Modification Enhancements

Open RyansGit opened this issue 3 years ago • 2 comments

Some changes I feel should be added to the routes system:

  1. Ability to edit a route (update the name, update the route, delete the route, change it's public/private status... etc)

  2. Add "Length" to each route and make it calculate how long the run is, either in running time or in distance. That way people can look at two routes and work out what one they want to do, for example a 1000 length route that hits 22 nodes is better than a 2900 route that hits 25 nodes.

  3. Allow a tiered sorting, for example I would want right now to sort by Silkweed, Hemp and then length as those are my primary resources that I am wanting. A location with 20 silkweed would be lower down the list than one that has 15 silkweed and 10 hemp.

RyansGit avatar Oct 27 '21 11:10 RyansGit

Thank you.

  1. The sort by match is working a bit different right now. It checks how many of your selected filters match with the route. I don't think it's a good idea to only take a look at the number of items, it's more important to have the average number by distance. What do you think?

lmachens avatar Oct 27 '21 16:10 lmachens

  1. is fixed in #163

lmachens avatar Nov 12 '21 18:11 lmachens