Skip to content
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

EES-5496 Fix inconsistent anchor IDs causing broken nav links in API data set mapping pages #5481

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

ntsim
Copy link
Collaborator

@ntsim ntsim commented Dec 20, 2024

This PR fixes inconsistent anchor IDs being used across the the public API filters and locations mapping pages. Previously, we were using hard-coded ID strings meaning that it was easy to forget to update them in all places. This would then lead to broken navigation links due to stale IDs being used.

We've not refactored both the filters and locations mappings pages to use common variables and functions to generate the necessary anchor IDs. This should hopefully keep things consistent and less bug-prone moving forward.

@ntsim ntsim changed the title EES-5496 EES-5496 Fix inconsistent anchor IDs causing broken nav links in API data set mapping pages Dec 20, 2024
@ntsim ntsim merged commit 1547da2 into dev Jan 6, 2025
10 checks passed
@ntsim ntsim deleted the ees-5496 branch January 6, 2025 13:41
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