-
Notifications
You must be signed in to change notification settings - Fork 7
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: Country Codes package #876
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit a4f8ac6.
☁️ Nx Cloud last updated this comment at |
@nirgur Since the console-app consumes this directly from WCUI, I think it'll be better to separate it instead of chaining it down through flow-components and the dynamic module, so we can consume only types from the dynamic module, and not content. I don't think this content is going to be versioned; and rather - we want to support updates to this list throughout all versions. WDYT? |
Related Issues
Related https://github.com/descope/etc/issues/8022
Description
Currently, Phone Country Codes are consumed by the ConsoleApp from the Phone Component.
As part of the Components Versioning effort, we want to separate the content consumption from the component, as well as create a single source of truth of our country code list.
Must