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

feat: add filtering for country code #1843

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

alxgrant
Copy link
Contributor

@alxgrant alxgrant commented Dec 9, 2024

Summary

@alxgrant alxgrant marked this pull request as ready for review December 9, 2024 15:37
@alxgrant alxgrant requested a review from a team as a code owner December 9, 2024 15:37
@@ -6,6 +6,7 @@ export const queryableExploreDimensions = [
...queryableBasicExploreDimensions,
'application',
'consumer',
'country_code',
'iso_code',
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to check: is iso_code going to go away? I'm not up to date on the status.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it will, but right now it is still being used by the front end in both explore and api requests. I've updated the FE ticket to include a comment to remove iso_code in favor of country_code when updating the filtering. After that we can remove. https://konghq.atlassian.net/browse/MA-3448

@alxgrant alxgrant merged commit 68d6b37 into main Dec 10, 2024
13 checks passed
@alxgrant alxgrant deleted the feat/support-filterable-country-code branch December 10, 2024 15:22
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