abesto / ams2-career

https://ams2-career.abesto.net
The Unlicense
6 stars 1 forks source link

Show grade-up message for all applicable disciplines on race result dialog #41

Closed abesto closed 2 years ago

abesto commented 2 years ago

Currently we only show a grade-up message for the discipline the race was run in. Due to cross-discipline XP gains, it's possible to grade up in multiple disciplines with a single race. Would be nice to show a message for each.

Code pointer: src/app/pages/MainPage/components/RaceResultFeedback.tsx

abesto commented 2 years ago

Fixed by 9978766. That commit also puts in place the machinery needed to easily implement achievements (#22)

image