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

[Refactor][Web]Refactoring a new data development interface to enhance the user experience #3854

Merged
merged 98 commits into from
Nov 7, 2024

Conversation

zackyoungh
Copy link
Contributor

@zackyoungh zackyoungh commented Sep 30, 2024

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).
image
image

(or)

This change added tests and can be verified as follows:

@zackyoungh zackyoungh added the Refactor refactor code label Sep 30, 2024
@zackyoungh zackyoungh added this to the 1.2.0 milestone Sep 30, 2024
@zackyoungh zackyoungh self-assigned this Sep 30, 2024
@Zzm0809 Zzm0809 marked this pull request as draft October 10, 2024 09:18
if (currentState.type === 'local') {
return ['local']
}
if (currentState.type === 'standalone' || currentState.type === 'kubernetes-session' || currentState.type === 'yarn-session') {
Copy link
Contributor

Choose a reason for hiding this comment

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

有常量声明或者枚举

layout='horizontal'
variant={"filled"}
// disabled={currentState?.step === JOB_LIFE_CYCLE.PUBLISH || isLockTask} // 当该任务处于发布状态时 表单禁用 不允许修改 | when this job is publishing, the form is disabled , and it is not allowed to modify
disabled={currentState?.step === JOB_LIFE_CYCLE.PUBLISH} // 当该任务处于发布状态时 表单禁用 不允许修改 | when this job is publishing, the form is disabled , and it is not allowed to modify
Copy link
Contributor

Choose a reason for hiding this comment

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

作业责任人机制锁需要 todo 一下
@18216499322 协助完成

versionId: row.versionId
};
await handleOption(
'api/task/rollbackTask',
Copy link
Contributor

Choose a reason for hiding this comment

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

常量声明

Copy link
Contributor

@Zzm0809 Zzm0809 left a comment

Choose a reason for hiding this comment

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

LGTM

@Zzm0809 Zzm0809 merged commit e86841b into DataLinkDC:dev Nov 7, 2024
1 check passed
chenhaipeng pushed a commit to chenhaipeng/dinky that referenced this pull request Nov 12, 2024
…e the user experience (DataLinkDC#3854)

Signed-off-by: Zzm0809 <[email protected]>
Co-authored-by: zackyoungh <[email protected]>
Co-authored-by: Zzm0809 <[email protected]>
Co-authored-by: gaoyan <[email protected]>
Co-authored-by: gaoyan1998 <[email protected]>
Co-authored-by: zhangyuhang <[email protected]>
Co-authored-by: LUOSHANGJIE\71826 <[email protected]>
Co-authored-by: 18216499322 <[email protected]>
Co-authored-by: Zzm0809 <[email protected]>
@zackyoungh zackyoungh deleted the new_dataStudio branch November 21, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor refactor code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants