Conversation
Add missing category mappings and fix sports. Also do exact mapping, if matching user defined categories are defined.
|
I do also a mapping to manually created categories, which fits better to the Komoot categories. A drawback is, that they must created exactly like defined in the code. Maybe it's better to define a mapping table for this. And maybe this could be eligible to the Strava sync as well. But I think, the current version can help some guys and it would not break anything. |
|
Should the exact map map all values to unique values? Some people might want to tract e.g. E-MTB and MTB separatly. |
|
The exact mapping is quit opinionated. There could/should be special E-Bike versions. As I'm pretty new Wanderer, I wanted to get the sync right with the default categories. IMHO the exact categories should be handled in a more user friendly way on the long run. But this is something, which concerns also other parts of the app. Nothing I want to propose as a newbie... |
|
Hello, I like the idea of introducing a category mapping system. I don't know how @Flomp feels about it, but I personally don't think your approach is flexible enough. I hope you don't mind, but I've tried implementing a different, more generic approach (see #649). Best regards and thank you very much for your commitment. |
Add missing category mappings and fix sports.
Also do exact mapping, if matching user defined categories are present.
Fixes #439