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

INV-53 참석 여부 응답 method 구현 #7

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Conversation

delphox60
Copy link
Member

@delphox60 delphox60 commented Jul 25, 2024

참석 여부 응답을 생성하는 메서드를 구현했습니다~

아래 함수에 참여자 이름, 참석여부(참여==true), 불참사유를 입력하면
DB에 데이터가 저장됩니다~

function createInvitationResponses(
  participant_name: string,
  attendance: boolean,
  reason: string,
)

@delphox60 delphox60 self-assigned this Jul 25, 2024
Copy link

linear bot commented Jul 25, 2024

Copy link
Member

@xilucks xilucks left a comment

Choose a reason for hiding this comment

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

LGTM

@delphox60 delphox60 merged commit c41e8a8 into main Jul 25, 2024
1 check passed
@delphox60 delphox60 deleted the feature/INV-53 branch July 25, 2024 14:21
@@ -53,6 +55,7 @@
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
Copy link
Collaborator

@bepyan bepyan Jul 25, 2024

Choose a reason for hiding this comment

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

@gibeom42

nanoid install이 안되서 DB 저장이 안될텐디..?
아래 커멘드 ㄱㄱ

bun add nanoid
bun remove uuid @types/uuid

Copy link
Member Author

Choose a reason for hiding this comment

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

되던데!!
로컬에만 해놓고 package.json에 안됐나보네 ㅜㅜ 수정하겠습니다!

@xilucks
Copy link
Member

xilucks commented Jul 26, 2024

기범아 우리 디자인에 불참사유 없는데..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants