-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to view and give accolades via website #554
base: master
Are you sure you want to change the base?
Conversation
@L-e-x-o-n if you have spare time can you put this on integration server? I've tested locally and it works but want to see how looks with the accolades already set up. |
fd8d472
to
e535cc9
Compare
b2f340f
to
bde6938
Compare
Sorry for the delay, deployed. |
Appears to be working. I am just thinking about the feature that lets you see who gave you and other users an accolade, while interesting to know I am not sure if it would be better if they were anonymous. The previous system chose a random target, this one allows you to select anyone which creates possibilities for potential accolade farming, friends playing custom 1v1s and giving themselves accolades... |
The purpose of Accolades is to reduce toxicity in public matches by reward positive behaviour. It's important for players to know what behaviour they're being rewarded for so they are encouraged to do it more often. For example, say someone helps me out in a game when they didn't need to - I could give them teamwork accolade. Afterwards, since they know it was from me, they will also know they received it for helping me specifically. Then they will try and help others in future games. Farming accolades from friends is like asking your mum to give you compliments. It has no value. I've added a summary so that people can also see the number of unique users who have given you accolades. Someone who is genuinely receiving them would have a high unique count. If someone is only playing private games, they don't really need accolades. The purpose of this is to improve the friendliness of public matches. Private matches amongst friends are already non-toxic. |
@L-e-x-o-n I just checked on your profile and it gives me an internal server error. Any logs? Actually just viewing my own past matches doesn't seem to work. Are you updating something? Same with Amojini: https://server5.beyondallreason.info/profile/21114/accolades |
I haven't changed anything.
and for matches:
|
I understand the idea but don't think such a reward will do much, it's not really noticeable, hard to find unless you are looking for it, people most likely won't even know it exists. As for the visibility of the sender, it might encourage reciprocal rewarding the people that give you the accolade, probably not an issue for now. Maybe it would be nice to see who has given you accolades but not the givers of accolades of another person, for privacy reasons. These observations are mainly from my experience with other games, they usually have some kind of reward for getting enough of these accolade equivalents and they have a way to display it publicly for all to see. |
A bigger issue is the possibility of giving enemies "Good teammate" accolade, I think giving accolades to enemies is fine but maybe the options should depend on the team they are in, there could be a "worthy opponent" accolade for example. I also noticed you can give accolades for matches you haven't even played in, this seems like a bug. |
Accolades are the counterpoint to reporting. And you can report players for matches you aren't in. Example would be on Twitch I saw that match where you used skuttles to kill bases of two players. I could give you the Strategist award for that even though I wasn't in the match. I agree that good teammate should be restricted to teammate only. I can make that enhancement in a future PR as this one has enough complexity. But yeah if we restrict to only teammates for all accolades that might be easier from a coding point of view. I'll have to investigate later. |
@L-e-x-o-n I've fixed the errors that have caused the crashes. Can you put on integration again? Thanks. |
Done |
Accolades without any rewards are already bit useless and without much value, they don't do or give anything and are hard to see. The issue is that as soon as there is a reward of some kind people will try to farm it by whatever means available.
Why would anyone care about this if they could get a few of their friends/clanmates and give each other accolades, you would get more in a minute than anyone could get by playing matches and hoping their allies give them. You are rewarding this behaviour more than what happens in game. |
I think it might be a good idea to start a Discord thread on this topic to collect some additional feedback and suggestions, what do you think? Should the list of available accolades be modified, some new added, some old ones removed (being able to give good teammate to enemy team feels like a bug and I would prefer to remove it completely than leave it in it's current state)? |
Amojini's is now working: https://server5.beyondallreason.info/profile/21114/accolades But yours is not. Any logs? I wonder if you have an accolade that no longer exists? |
|
Thanks Lexon. That tells me what's wrong. I'll take a look. Seems like some people have an accolade that no longer exists. |
@L-e-x-o-n can you run this query on integration server:
This will check if there is anyone who has an accolade that has since been deleted. I don't need to know the result, just if it returns more than 0 rows. |
@L-e-x-o-n I fixed the bug. It was because some people have an accolade without a badge_type. Not even sure how that is possible. When you have spare time can you redeploy to integration. |
Done |
f8b6d70
to
332c9fb
Compare
@L-e-x-o-n when you have time can you place the latest of this PR on integration. I have improved the workflow based on Pandaro feedback. Also now limited Accolade to your team only. If we want some accolades to be for anyone and some accolades for team-only that would require a new column in db. Could be revisited in the future. |
Feature
This allows players to gift accolades via the match page to any player. And view your own.
You can gift 20 accolades in a 30 day window. This is configurable by the admin.
The types of accolades you can give are set by the admin. This feature to add accolades was already added in the past.
Adding accolade types
These should already exist in prod. If you want to add them on localhost, go to Admin> Badge Types
Gifting an accolade
Just go to a match and the accolade button is next to the report button.