nicHoch / tca

app bug reporting
4 stars 0 forks source link

Area topo seems to display non-existing grade #102

Open killakalle opened 3 years ago

killakalle commented 3 years ago

What happened? Area overview topo shows a N/A grade, but areas don't have grades.

Also "route count" does not make sense, because

Example url(s) to reproduce the problem:

Ideally also provide screenshots: image

What you expected:

bkucsera commented 3 years ago

We can fix this in a later release, as it needs improvements on the backend as well. We get grade detail in the api call (which is empty). It would be better to fix this in the api, not in the app. If we make too many unique hiding and other solutions, the code will be a mess. So i suggest to fix this in the api side and the 2nd release of the app.

Update: i think we can delete the "Fix for next release label" and leave it Enhancement.

rouletout commented 2 years ago

@scd annotations shouldn't be counted as routes - can we fix that? Is this the same as the route numbering?

scd commented 2 years ago

@bkucsera can you describe what the limitation is with the api data?