-
Notifications
You must be signed in to change notification settings - Fork 2
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] Dashboard api endpoint 작성 #129
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.
@Get('created/:ticleId/participants') | ||
getParticipants(@Param('ticleId') ticleId: 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.
P3
다른 곳에서는 'apply'라는 단어를 사용하고있는 것을 고려했을 때
여기서도 participants가 아닌 applicants를 사용하는 건 어떨까요?
실제로 참여자라기보단 신청자의 의미가 들어가야하니 의미상으로도 더 적절해보여서요!
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.
맞아요 제가 그냥 참여자라고 생각해서 그렇게 썼는데 db 테이블도 applicant로 되어있어서 그게 맞는 것 같습니다 ㅎㅎ 바로 수정완료했어요~!
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.
pnpm install로 바로 해결 완료 했습니다 ㅎㅎ 갑작스런 에러여서 놀랐네여.. 감사합니다 !
관련 이슈 번호
작업 내용
PR 포인트
고민과 학습내용
스크린샷