novu
novu copied to clipboard
📡 Replace Provider Identifier with Integration Identifier
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
is Integration Indentifier
(or as per image Provider Identifier)
{
"overrides": {
"email": {
"integrationIdentifier": "sendgrid-DqJizp2Zt"
}
}
}
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
-
[ ] The Provider Identifier subtitle+value is replaced with Integration identifier value in the integrations list
See the mock below -
[ ] 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
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?