# Personal score isn't updated when time period changes in leaderboard

**URL:** https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605
**Category:** Bug
**Tags:** gamification
**Created:** [December 26, 2022, 1:21pm UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605 "2022-12-26T13:21:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![daniyal](https://avatars.discourse-cdn.com/v4/letter/d/58f4c7/32.png) [@daniyal](https://meta.discourse.org/u/daniyal)
#### Post date: [December 26, 2022, 1:21pm UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605/1 "2022-12-26T13:21:13Z")

</div>

When changing the time period, logged in user rank isn’t updated. I think `this.set("model.personal", result.personal);` needs to be added after the data is returned as it updates my rank as well [discourse-gamification/assets/javascripts/discourse/components/gamification-leaderboard.js at 1634c61b3646e233df802392addd570833ee740f · discourse/discourse-gamification · GitHub](https://github.com/discourse/discourse-gamification/blob/1634c61b3646e233df802392addd570833ee740f/assets/javascripts/discourse/components/gamification-leaderboard.js#L104). I have no permission to contribute to the plugin.

---

<div class="post-metadata">

### Author: ![hyd504](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hyd504/32/177122_2.png) [@hyd504](https://meta.discourse.org/u/hyd504)
#### Post date: [January 6, 2023, 5:21am UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605/2 "2023-01-06T05:21:56Z")

</div>

Hey @Falco, the fix Daniyal mentioned seems to be pretty small. Can you allow pull requests for the repo?

---

<div class="post-metadata">

### Author: ![not-ethan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/not-ethan/32/282617_2.png) [@not-ethan](https://meta.discourse.org/u/not-ethan)
#### Post date: [January 6, 2023, 10:43am UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605/3 "2023-01-06T10:43:38Z")

</div>

PRs are allowed. Just get you idea approved by a member of the team

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [January 6, 2023, 6:13pm UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605/4 "2023-01-06T18:13:32Z")

</div>

@hyd504 @daniyal Personal score is fixed on the leaderboard now, thanks for the reports!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [January 12, 2023, 7:44pm UTC](https://meta.discourse.org/t/personal-score-isnt-updated-when-time-period-changes-in-leaderboard/251605/5 "2023-01-12T19:44:42Z")

</div>


