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

EPMRPP-78220 || Integration plugin empty state. No configured integrations #3219

Merged

Conversation

RuslanLyubimov
Copy link
Contributor

@RuslanLyubimov RuslanLyubimov commented Aug 8, 2022

No description provided.

Comment on lines +38 to +46
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',
};
Copy link
Contributor

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

Copy link
Member

@AmsterGet AmsterGet Aug 8, 2022

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)

@AmsterGet AmsterGet changed the title EPMRPP-78220 || Integration plugin empty state. No configured integra… EPMRPP-78220 || Integration plugin empty state. No configured integrations Aug 8, 2022
@@ -0,0 +1,2 @@
export const JIRA_CLOUD = 'JIRA Cloud';
export const AZURE_DEVOPS = 'Azure DevOps';
Copy link
Member

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.

Comment on lines +38 to +46
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',
};
Copy link
Member

@AmsterGet AmsterGet Aug 8, 2022

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)

@AmsterGet AmsterGet merged commit e163250 into develop Aug 8, 2022
@AmsterGet AmsterGet deleted the EPMRPP-78220-Integration-plugin-empty-state-no-config branch August 8, 2022 22:40
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.

None yet

3 participants