-
Notifications
You must be signed in to change notification settings - Fork 177
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
WAC shown as WAPC in teams-committees page #10154
Comments
@danieljames-dj you can probably confirm if my understanding of the issue is correct here |
This is unfortunately a political war and mostly my fault. I've tried to convince WA(P)C (ie the Appeals people) that reusing an old, previously existing abbreviation "WAC" would be a terrible idea for oh so many reasons, but they keep insisting that "Nothing has broken yet, so we're fine". The reason why we internally use Unfortunately, there's not much I can do except telling them "I told you so" as soon as some unpleasant crash or leak occurs in the future because of this. But eh, let's change it to WAC if they insist on it so much. |
A somewhat funny alternative would be to add i18n keys for the acronyms for the team names |
You have a very interesting humor |
https://www.worldcubeassociation.org/teams-committees-councils#wapc
This appears to be because of TeamsCommitteesCouncils/index.js:79
It isn't clear to me where
friendly_id
is coming from, but it looks like it is stored aswapc
in the code (I assume we're doing this to distinguish between old-WAC and WAPC) - because there's a difference between the software id and the public id, we can't just upcase the internal id.The text was updated successfully, but these errors were encountered: