-
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
Feature/inv-119 초대장 update api #36
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delphox60
requested review from
bepyan,
xilucks,
WooWan and
9keyyyy
as code owners
August 11, 2024 05:31
The latest updates on your projects.
|
bepyan
approved these changes
Aug 11, 2024
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.
👍🏻👍🏻
리뷰 편의상 PR base를 inv-73로 수정했으요!
만약 inv-73이 머지되면 main으로 재설정하시죠
9keyyyy
approved these changes
Aug 13, 2024
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.
굿굿 감사합니당~~
9keyyyy
added a commit
that referenced
this pull request
Aug 15, 2024
* feat: invitation, template schema * fix: template field name(name -> title) * fix: update src/lib/db/schema/invitations.ts Co-authored-by: Edward Kim <[email protected]> * fix: eventUrl unique 속성 추가 * fix: db migration * Feature/inv-119 초대장 update api (#36) * feat: implement modify invitation method * feat: add update updated_at logic * fix: syntax error in where clause * Feature/inv-120 커스텀 url 기반 중복 여부 조회 로직 구현 (#37) * feat: implement modify invitation method * feat: add update updated_at logic * fix: syntax error in where clause * feat: implement get existence by event url * style: apply camel case * Feature/inv 122 템플릿 CRUD 메서드 구현 (#38) * feat: implement list templates api * feat: 템플릿 단건 조회 api 구현 * feat: 템플릿 update api 구현 * feat: 템플릿 삭제 api 구현 * feat: 템플릿 생성 api 구현 --------- Co-authored-by: Gukhee Jo <[email protected]> Co-authored-by: Edward Kim <[email protected]> Co-authored-by: Gibeom Lim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
초대장 엔티티 수정(update) 서버 액션을 구현했습니다.