nicHoch / tca

app bug reporting
3 stars 0 forks source link

Improve crag summary #16

Closed birgander2 closed 3 years ago

birgander2 commented 3 years ago

Some observations:

bkucsera commented 3 years ago

Thanks for the comments! We are also still thinking on this screen, how to make it more user friendly. Our idea is this:

Tags:

Route diagram cannot be more detailed with more bars (as it looks like on the website), because the API sends only these data.

rouletout commented 3 years ago

@scd can we make the API spit out more fine grained data for the grade distribution graph?

bkucsera commented 3 years ago

Btw im not sure if it would be better to have the same, really detailed diagram in the mobile app, what you have on the website. On mobile screens, the diagram with 30 columns would be too much in my opinion. What do you think?

scd commented 3 years ago

We can make the api spit our more but it is a large amount of data. At the moment the 5 band levels are used for all countries and all gear styles so it is one graph for all. If we go to grading systems then this changes for each area and gear type.

If the grading system was always known then you could use a particular grading system, but this would have to be consistent for a single api call. So if we were getting a grading system for the whole world this is the grading system we are stuck with.

Really if we want to do this properly and model in a similar way to the the back end we need to transfer the internal grade. So we now go from 5 data points per area to 500. But actually we probably want this graph for each gear style so it is 500 x number of gear styles.

If it is marginal UX improvement only then I suggest we do not expand the graph until we master other parts of the app first.

bkucsera commented 3 years ago

Okey, lets get back to this issue when we have the first version apps ready.

rouletout commented 3 years ago

@bkucsera agree for this point (granularity of grade band), I think the other 3 points by @birgander2 are worth considering

bkucsera commented 3 years ago

Yes, we don't close this issue until not fixing the other questions. What are your thoughts on my recommendations above? (changing the diagrams and tags) We can collect these UX/UI issues and have a call in a few days time.

rouletout commented 3 years ago

This is done, closing