@Falco It doesn’t seem to allow for decimal values for points. How difficult would it be to allow such a thing? The editor allows you to enter and save the value, but when you refresh the page it reverts or goes to 0.
When entering a decimal value in the UI, it seems the PUT request is accepted with 200 OK but the value still isn’t saved.
Ohhh for the weights. While allowing only there would be doable, we are storing only integers, so the system will be truncating score during many steps of the calculation, which would make the system harder to validate.
For the moment I would recommend using larger numbers to accomplish the same effect, where instead of having let’s say
We’ve received some pushback from our community since switching this on. Part of that comes from the “All Time” view where folks who are active now feel less involved than those who have been active a while ago who are no longer active. So here’s an idea.
Allow Admins to set the default timeframe view of the Leaderboard.
If that were the case I’d set it to either “Today” or “Week” as a way to help the community focus on the now.
Alternatively, include the timeframe parameters in the URL so folks could bookmark their preferred timeframe view of the Leaderboard.
I also reiterated this with our community:
Whenever I look at the leaderboard I first switch it to “Today” to get a quick sense of who is about. Then I switch to “Week” and then “Month”. It gives me a sense of who is “around”. It also reminds me to connect with people I haven’t connected with for a while. I then just switch away from the leaderboard and back to the “Everything Latest” view and get involved there, as that’s where it all matters.
That’s already possible, as we had a great Enterprise customer sponsor this feature. To to the leaderboard you want and set the default time frame there.
For this one, is it possible to ask for a guidance for where to work on?
I am not sure if I should makes changes only to the Gamification plugin, or the Reaction plugin as well. Since not every site uses the Reactions plugin, is it okay to include settings about reactions in the gamification plugin?
Yes, we already do this for Discourse Solved. Since every scorable extends the base Scorable class you can redefine the enabled? method to check if a plugin is installed and enabled.