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

feat: start 라운드 추가 관련 작업들 #56

Merged
merged 8 commits into from
Jul 5, 2024

Conversation

young-do
Copy link
Collaborator

@young-do young-do commented Jul 5, 2024

작업 내용

  • (커밋 기록을 봐주십쇼)

체크리스트

  • Code Review 요청
  • Label 설정
  • PR 제목 규칙에 맞는지 확인

@young-do young-do added the ✨ Feature 기능 추가 label Jul 5, 2024
@young-do young-do self-assigned this Jul 5, 2024
Copy link

cloudflare-workers-and-pages bot commented Jul 5, 2024

Deploying moyeomoyeo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a0cb09
Status: ✅  Deploy successful!
Preview URL: https://1302c5dd.moyeomoyeo.pages.dev
Branch Preview URL: https://feat-0705-about-start.moyeomoyeo.pages.dev

View logs

@young-do young-do mentioned this pull request Jul 5, 2024
3 tasks
Copy link
Member

@haryung-lee haryung-lee left a comment

Choose a reason for hiding this comment

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

LGTM🔥🔥🔥 드디어 내일이군 ㅎㅎ

request: {
teamBuildingUuid: string;
};
response: unknown;
Copy link
Member

Choose a reason for hiding this comment

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

오.. response가 unknown 이군..?!🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

뭐 딱히 활용하진 않기도 하고 일단 unknown 해버림
(그리고 사실 잘모름 ㅋㄷ)

Comment on lines -28 to -29
// FIXME:
// @ts-expect-error Round 타입에 START를 아직 추가하지 않아서 ts 에러가 발생해서 일단 막음
Copy link
Member

Choose a reason for hiding this comment

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

옹 여기서 추가해준거구나!! 궁금증 해결완료 ㅎㅅㅎ

@@ -16,6 +16,7 @@ export const POSITION_LIST = Object.entries(POSITION).map(([key, value]) => ({
}));

export const ROUND_INDEX_MAP: Record<Round, number> = {
START: -1,
Copy link
Member

Choose a reason for hiding this comment

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

네이밍이 index라 -1이라는 숫자가 조금 마음에 걸리지만... 쓰이는 곳들 봤을 때 -1로 하는게 우선 좋을듯..!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ㅇㅇㅇ;; 굉장히 맘에 걸리지만 일단 가볼게...!!!

Base automatically changed from feat/0705-anything to main July 5, 2024 14:16
@young-do young-do merged commit 7ec8e7e into main Jul 5, 2024
1 check passed
@young-do young-do deleted the feat/0705-about-start branch July 5, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants