-
Notifications
You must be signed in to change notification settings - Fork 6
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] 모각코 CRUD 초안 설계 및 구현 #125
Merged
ldhbenecia
merged 9 commits into
boostcampwm2023:develop
from
ldhbenecia:feature/mogaco
Nov 21, 2023
Merged
[Feat] 모각코 CRUD 초안 설계 및 구현 #125
ldhbenecia
merged 9 commits into
boostcampwm2023:develop
from
ldhbenecia:feature/mogaco
Nov 21, 2023
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
모각코 CRUD 초안 설계입니다. 사용자 인증에 대한 로직이 필요합니다.
ccxz84
approved these changes
Nov 21, 2023
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.
일단 어프로브 찍고 다시 한번 보겠습니다.
나중에 수정을 해도 괜찮으니까요.
시간이 많이 없어 죄송하네요 ㅠ
ccxz84
approved these changes
Nov 21, 2023
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이 서로 같은 내용인거 같긴한데
ttaerrim
approved these changes
Nov 21, 2023
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.
설명
모각코 게시물 Get API를 우선적으로 구현합니다.
전체 및 개별 게시판에 대한 정보를 불러옵니다.
현재 DB 스키마에 id 값을 BigInt로 설정하면서 BigInt 관련 오류가 계속 해서 나타났습니다.
이에 대해 서칭을 통해 bigIntToJson.ts 파일을 생성해서 해결하였습니다.
문제 해결 개발 일지
완료한 기능 명세
현재 게시글 작성과 삭제에 관해서 User를 연결해야합니다.
초안에 대한 설계 PR은 이것으로 충당합니다.
User 연결도 상당히 진행되었습니다.
현재 이 PR이 Merge된 이후 새 PR 올릴 예정입니다.
스크린샷
클라이언트에서 특정 게시물 요청을 하였을 때
리뷰 요청 사항
x