Skip to content

[#611] refactoring ui toolchain#145

Open
lev-titov wants to merge 1 commit into
developfrom
611-refactoring-toolchain-ui
Open

[#611] refactoring ui toolchain#145
lev-titov wants to merge 1 commit into
developfrom
611-refactoring-toolchain-ui

Conversation

@lev-titov

Copy link
Copy Markdown
Contributor

@lev-titov lev-titov requested review from BPylypenko, GennadiyShpak and owlleg6 and removed request for BPylypenko, GennadiyShpak and owlleg6 December 19, 2021 20:17

/**
* IntegrationName of toolchain
* IntegrationName of trainer

@BPylypenko BPylypenko Dec 21, 2021

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* IntegrationName of trainer
* Training integration id

Comment thread src/views/layout/Main.tsx
import {TrainingIntegrationURLs} from "../training_integrations/urls";
import {PackagingURLs} from "../packagings/urls";
import {fetchUserInfoRequest} from "../../store/user/actions";
import {TrainingIntegration} from "../../models/odahuflow/TrainingIntegration";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't see where this import is used

(
<RouterLink
key="toolchain"
key="trainingIntegration"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
key="trainingIntegration"
key="imagePullConnIDLink"

Looks like it's more close to real meaning of it.

@BPylypenko BPylypenko self-requested a review December 23, 2021 11:28
import {TrainingIntegration} from "../../models/odahuflow/TrainingIntegration";

export enum TrainingIntegrationActionTypes {
FETCH_ALL = '@@trainingIntegrationFETCH_ALL',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FETCH_ALL = '@@trainingIntegrationFETCH_ALL',
FETCH_ALL = '@@trainingIntegration/FETCH_ALL',

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.

4 participants