Replies: 3 comments 1 reply
-
31일 오프 모임에서 데이터 형식 맞추기 에 대한 이야기도 진행해보고 싶습니다! |
Beta Was this translation helpful? Give feedback.
1 reply
-
export type AuthorDataType = {
name: string;
commit: number;
deletion: number;
insertion: number;
}; Statistics 내 bar chart에서 사용하는 데이터 형식 및 타입입니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
저희는 이슈에 답변으로 달았었기 때문에 링크로 대체하겠습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
저랑 성현님 께서 Detail Component를 담당하게 되었습니다.
View 팀 작업이 간단 컴포넌트 구현이라 간단하다고 생각하실수도 있겠지만,
그 중에서도 제일 간단한 Detail Component를 담당하게 되어서,,, ( D3 를 사용하지 않습니다,, )
때문에 Detail Component 구현 이외에도
데이터 형식 맞추기
전체 환경 셋업
개발환경 문서
테스트
위 4가지 작업 중 몇가지를 진행해보면 좋겠다고 생각을 하였습니다. ( + 영택님의 의견을 반영하였습니다. )
제가 생각했을 때, 가장 필요한 작업이 각자 Component를 구현하다보니
위 두가지 이슈가 발생할 것 같습니다.
각자 컴포넌트를 구현하고나서, 7일에 병합하면서 맞춰보자고 얘기를 나눴던 것 같습니다.
좀 더 원활한 진행과 엔진팀에 요청드릴 내용을 미리 말해주어야할 것 같아서
Detail 팀에서 각 컴포넌트에서 필요한 데이터 형식과 타입을 정리해 보려 하는데 어떻게 생각하시나요?
그러기 위해서는 지금까지 구현해주신 Component에 대한 정보가 필요할 것 같습니다!
Beta Was this translation helpful? Give feedback.
All reactions