-
Notifications
You must be signed in to change notification settings - Fork 0
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: add draft for data module #28
Conversation
fix: global css for storybook
Feat : Implement progress page component
@HC-kang 님, 초안 공유해주셔서 감사합니다. 모임 때 잘 설명해주셔서 잘 이해가 됩니다. 추후에 최종 구현을 하실 때는 테스트 코드도 작성해주시면 더 리뷰가 편할 것 같습니다. |
src/api/types.ts
Outdated
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.
타입을 이렇게 하나의 파일로 중앙화 시키셨네요. 코드를 읽기 좀 더 수월하도록 함수 근처에 타입을 두는 것도 고려해보셨으면 좋겠습니다.
- Reorganize file structure for better maintainability - Add error handling - Separate client interfaces and implementations
Just FYI, 타입 오류가 발생하고 있네요. https://github.com/DaleStudy/leaderboard/actions/runs/11530488155/job/32100129671?pr=28 |
…com/DaleStudy/leaderboard into feature/25-add-data-retrieve-module
수고많으셨습니다!🙌 |
끝까지 챙겨주신 희찬님, 리뷰해주신 달레님. 모두 고생하셨습니다! |
저도 현재 같은 문제를 겪고 있었어요! 이슈로 만들어서 팔로업하면 좋겠네요. |
데이터 조회 모듈의 초안입니다.
이전에 테스트용으로 사용한 코드를 그대로 옮겨두어 추가적인 정리가 필요합니다.
그러나 개략적인 흐름은 동일할것으로 생각되어, 우선 초안 수준으로 공유드립니다!
테스트 방법
read:org
토큰 기입(/src/api/getMembersByCohort.ts
)bun ./src/api/index.ts
TODO
display
등 미사용 로직 제거SubmissionOfMember
등 타입 구체화