-
Notifications
You must be signed in to change notification settings - Fork 106
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
EPMRPP-78220 || Integration plugin empty state. No configured integrations #3219
EPMRPP-78220 || Integration plugin empty state. No configured integrations #3219
Conversation
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Outdated
Show resolved
Hide resolved
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Outdated
Show resolved
Hide resolved
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Outdated
Show resolved
Hide resolved
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Outdated
Show resolved
Hide resolved
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Show resolved
Hide resolved
...tingsPageContainer/content/integrations/integrationsList/integrationInfo/integrationInfo.jsx
Show resolved
Hide resolved
...ingsPageContainer/content/integrations/integrationsList/integrationInfo/integrationInfo.scss
Outdated
Show resolved
Hide resolved
...ingsPageContainer/content/integrations/integrationsList/integrationInfo/integrationInfo.scss
Outdated
Show resolved
Hide resolved
...ingsPageContainer/content/integrations/integrationsList/integrationInfo/integrationInfo.scss
Outdated
Show resolved
Hide resolved
...ingsPageContainer/content/integrations/integrationsList/integrationInfo/integrationInfo.scss
Outdated
Show resolved
Hide resolved
app/src/pages/inside/projectSettingsPageContainer/content/integrations/integrations.jsx
Show resolved
Hide resolved
const documentationList = { | ||
[JIRA]: 'https://reportportal.io/docs/Jira-Server-Integration%3Eproject-jira-server-integration', | ||
[RALLY]: 'https://reportportal.io/docs/Rally-Integration%3Eproject-rally-integration', | ||
[EMAIL]: 'https://reportportal.io/docs/E-mail-server-integration', | ||
[SAUCE_LABS]: 'https://reportportal.io/docs/Sauce-Labs-integration', | ||
[JIRA_CLOUD]: | ||
'https://reportportal.io/docs/Jira-Cloud-Integration%3Eproject-jira-cloud-integration', | ||
[AZURE_DEVOPS]: 'https://reportportal.io/docs/Azure-DevOps-BTS', | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we don't have this links in the plugins maybe better extract it to separate map and move somewhere src/components/integrations/constants.js to store it in the one place
JIRA_CLOUD, AZURE_DEVOPS move too
@AmsterGet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to my previous comment: it will be good to hold such info on plugin side in its details
.
So please create a separate task for this and discuss it with BE team and BA.
@chivekrodis please take care about this)
@@ -0,0 +1,2 @@ | |||
export const JIRA_CLOUD = 'JIRA Cloud'; | |||
export const AZURE_DEVOPS = 'Azure DevOps'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally the core UI shouldn't know any info about certain plugin, its name and description.
const documentationList = { | ||
[JIRA]: 'https://reportportal.io/docs/Jira-Server-Integration%3Eproject-jira-server-integration', | ||
[RALLY]: 'https://reportportal.io/docs/Rally-Integration%3Eproject-rally-integration', | ||
[EMAIL]: 'https://reportportal.io/docs/E-mail-server-integration', | ||
[SAUCE_LABS]: 'https://reportportal.io/docs/Sauce-Labs-integration', | ||
[JIRA_CLOUD]: | ||
'https://reportportal.io/docs/Jira-Cloud-Integration%3Eproject-jira-cloud-integration', | ||
[AZURE_DEVOPS]: 'https://reportportal.io/docs/Azure-DevOps-BTS', | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to my previous comment: it will be good to hold such info on plugin side in its details
.
So please create a separate task for this and discuss it with BE team and BA.
@chivekrodis please take care about this)
No description provided.