FingerLakesRunnersClub / Leaderboards

Leaderboards for the FLRC Challenge and Trail Circuit
https://fingerlakesrunners.org
GNU General Public License v3.0
0 stars 0 forks source link

Name changes from Webscorer not coming through to the leaderboard #121

Closed adamengst closed 4 months ago

adamengst commented 2 years ago

In Webscorer, I changed the registrations for "Kathryn Gannon" to "Katie Gannon" and "Gillian Hainessharp" to "Gill Haines-Sharp" to match Discourse (and their preferred spellings), but even though everything in Webscorer seems updated, the leaderboard isn't reflecting the new names, which is preventing Gill's post on Lick Brook from matching up. Not sure what's up—caching?

SteveDesmond-ca commented 2 years ago

Yeah, athlete info is statically cached for the duration of the app's lifetime, as it's not expected to change post-registration, so the container needs to be restarted whenever something there changes. I just did that and see the name changes, but still no Treman community points, so I'll debug that part shortly.

SteveDesmond-ca commented 2 years ago

Looks like the post in question doesn't have the ## Story header, so once that's added it should come through.

adamengst commented 2 years ago

Thanks—I’ll ping Gill to fix.

On Sun, May 29, 2022 at 10:00 AM Steve Desmond @.***> wrote:

Looks like the post in question doesn't have the ## Story header, so once that's added it should come through.

— Reply to this email directly, view it on GitHub https://github.com/FingerLakesRunnersClub/Leaderboards/issues/121#issuecomment-1140487200, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIXRST5F2M5T4QYUPZATJ5DVMOPC7ANCNFSM5XIMC63A . You are receiving this because you authored the thread.Message ID: @.***>

adamengst commented 4 months ago

@SteveDesmond-ca Could you restart the container to see if that brings in the name changes I made in Webscorer for a few people in the Sweet 1600 registration so we can see if I need to change names in the other races as well?

SteveDesmond-ca commented 4 months ago

Container restarted as part of the deployment of #199, 4 users ready to be sync'd at https://challenge.fingerlakesrunners.org/Community/Admin

adamengst commented 4 months ago

Seems to have worked perfectly, thanks!