-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat(view): drawSubGraph function without any relationship between commits & e2e test to click on cluster #493
Conversation
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.
고생하셨습니다!
이걸 베이스로 조금씩 수정해보면 실제 subgraph도 잘 만들 수 있을 것 같습니다!
@@ -11,11 +11,20 @@ export function getGraphHeight(clusterSizes: number[]) { | |||
return clusterSizes.length * CLUSTER_HEIGHT + clusterSizes.length * NODE_GAP + NODE_GAP; | |||
} | |||
|
|||
export function getStartYEndY(d: ClusterGraphElement, a: number, detailElementHeight: number) { |
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.
👍
export function getTranslateAfterSelect( | ||
d: ClusterGraphElement, | ||
i: number, | ||
detailElementHeight: number, | ||
isPrev = false | ||
isPrev = false // TODO - 해당 인자를 개선해야할듯 |
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.
// TODO 는 좋은데, 한글 comment는 지양하면 좋겠습니다~.
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.
네 알겠습니다!
개발 중에 작성한 부분인데 실수로 commit에 들어갔네요 ㅠ
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.
LGTM!! Sub graph 좋습니다!!
Related issue
subGraph
Result
subGraph 화면
e2e test report(transform test, subGraph(x))
Work list
Discussion