-
Notifications
You must be signed in to change notification settings - Fork 82
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
[view] Vertical Cluster List #40
Comments
정리 Good ~! |
3 . Summary 내용에는 어떤 키워드가 들어가고 엔진 팀에서 어떻게 건네주는지? |
디스코드에서 말씀드렸지만 다른 분들도 보시면 좋을 것 같아서 우선 reply 달겠습니다 ! type Info = {
ids: Array<Array<string>>;
names: Array<Array<string>>;
messages: Array<string>;
lengths: Array<number>;
graphHeights: Array<number>;
}; 저희 팀은 우선 위의 타입으로 사용하게 될 것 같습니다 ! 혹시 더 설명이 필요하시다면 또 댓글 달아주세요 ! |
여태까지 나왔던 내용 중에 일부만 정리해두겠습니다 ! |
220830 진행상황@vgihan 님 - graph 부분@jejecrunch - summary 부분추가로 구현해야할 것@vgihan 님
@jejecrunch
|
상세한 설명 감사드립니다! 🤩 |
정리 감사합니다 ㅜㅜ 😄 |
@jejecrunch |
@jin-Pro 님 질문 감사합니다 ! Summary에서 text 데이터는 cluster 마지막 commit message만을 출력합니다 ! |
해당 내용 관련해서 discussion으로 넘길게요! 이야기가 길어질 것 같아요! |
220902 진행상황#62 by @vgihan#63 by @jejecrunch이전 진행상황더 많은 이야기를 했는데 아래 이야기만 생각나는 ...
220903 진행상황#62 은 우선 머지되어서 #63 과 합치고 있고 싱크 조율 중 결정된 사항
해야할 일
|
220904 진행상황upstream main에 있는 내용
결정된 사항
해야할 일
|
220906 진행상황Summary
Result생각해보아야 할 점
To do
|
해당 내용을 1차적으로는 모두 구현을 마친 상태이고, 각 맡은 기능 별로 이슈를 달아두는 게 좋을 것 같아 현 상태에서 닫겠습니다. |
Description
Collapsable Graph by @vgihan

위 이미지를 수직으로 변형하여 적용
Profile & Summary by @jejecrunch

Question
1. 수직축 길이 어떻게 변형되게 만들건지?2. 프로필 이미지가 들어가는 게 맞는지?3. Summary 내용에는 어떤 키워드가 들어가고 엔진 팀에서 어떻게 건네주는지?Task
The text was updated successfully, but these errors were encountered: