Skip to content

Shields - #518

Merged
bdon merged 10 commits into
mainfrom
shields
Oct 24, 2025
Merged

Shields#518
bdon merged 10 commits into
mainfrom
shields

Conversation

@bdon

@bdon bdon commented Oct 24, 2025

Copy link
Copy Markdown
Member

Implementation of region-aware highway shields

@sonarqubecloud

Copy link
Copy Markdown

@bdon
bdon merged commit 550d627 into main Oct 24, 2025
6 checks passed
@bdon
bdon deleted the shields branch October 24, 2025 14:37
if (firstRef.startsWith("US ")) {
shieldText = firstRef.replace("US ", "");
network = "US:US";
network = "US";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you changing this from US:US to US? The pattern we've generally used is:

{country_code}:{network}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed in #606

bdon added a commit that referenced this pull request May 19, 2026
* Fix US route network to be US:US [#518]

* fix unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants