-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
📡 Replace Provider Identifier with Integration Identifier #5061
Labels
good first issue
Good for newcomers
Comments
hi there, I'd like to work on this issue. can you assign it to me please? |
can I work on this ? |
It is not closed yet, so can i try out this issue?? |
hey @AlexVCS! 👋 assigned this ticket to you ;) |
Want to work on it |
Is this still open to being worked on? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
On the integrations page, we show the provider identifier with each integration
Why? (Context)
It should be Integration Identifier because in code there is no any variable with name as
providerIdentifier
Instead we have
integrationIdentifier
variable at many places.One such use case is to override email/sms provider. Here
sendgrid-DqJizp2Zt
isIntegration Indentifier
(or as per image Provider Identifier)Definition of Done
The Provider Identifier field name is replaced with Integration identifier field name in UI of an integration settings. See the mock below
Int. store - Integration store (Figma)
The Provider Identifier subtitle+value is replaced with Integration identifier value in the integrations list
See the mock below
Int. store - Integration store (Figma)
The Provider Identifier hint is displayed on hover over Integration identifier subtitle.
The subtitle font is 12px size and 16px line height
The copy control is displayed on hover over Integration identifier subtitle
By click on identifier it is copied to the clipboard
See the mock below
Int. store - Integration store (Figma)
The text was updated successfully, but these errors were encountered: