There are a few places accross the whole Valour.Client describing user badges. These two are what I could quickly look up. I don't feel duplicating translated resources is good for maintenance, so having a dedicated class in Valour.Client that has all the neccessary badges information and is reusable would be nice.
https://github.com/Valour-Software/Valour/blob/version/0.8.0/Valour/Client/Components/Menus/Modals/Users/Edit/EditBadgesComponent.razor#L74
https://github.com/Valour-Software/Valour/blob/main/Valour/Client/Components/Users/UserBadges.razor#L52
There are a few places accross the whole
Valour.Clientdescribing user badges. These two are what I could quickly look up. I don't feel duplicating translated resources is good for maintenance, so having a dedicated class inValour.Clientthat has all the neccessary badges information and is reusable would be nice.https://github.com/Valour-Software/Valour/blob/version/0.8.0/Valour/Client/Components/Menus/Modals/Users/Edit/EditBadgesComponent.razor#L74
https://github.com/Valour-Software/Valour/blob/main/Valour/Client/Components/Users/UserBadges.razor#L52