feat: enhanced grade label#1139
Conversation
|
Hi, I think this could clutter the UI quite a bit. At least for outdoor scenarios the mean user grade differing from the author grade is really rare. This means, that we would basically see two times the same grade everywhere. Wouldn't it be enough to see this info on the line detail page? |
|
Sure, up- and downgrades happen regularly. My point was only that the actual mean user grade being a different one than the topo author grade doesn't happen very often. |
|
no it was published as 7A but the consensus is 7A/6C+ there. So it's probably not the mean but the avg (which ends up around 6C/6C+). |
9d30948 to
7cb3bda
Compare
| assert line.user_rating == 5 | ||
|
|
||
|
|
||
| def test_grade_ranking_votes_top_of_scale(client, user_token): |
There was a problem hiding this comment.
There was a problem hiding this comment.
Let me look into it, I was pretty sure they all succeeded locally...
There was a problem hiding this comment.
I couldn't figure out what was wrong... i rebased the feat branch, maybe that solves it?
There was a problem hiding this comment.
Found it, I think. Re-trigger the pipelines when you can.
668dc61 to
dd94d70
Compare



Just a small idea I had after some users told me they would like to be able to compare the original grade to the user grade.
Depending on the shown-grade toggle, it shows the other grade between brackets (in some places) with a related icon. The logic of the toggle stays the same, it's purely visual so no migration necessary.
Toggle = author grade, so user grade between brackets

Toggle = user grade, so author grade between brackets

I have not created an issue for this, but if needed I can create one retroactively...