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] 모각코 CRUD 초안 설계 및 구현 #125

Merged
merged 9 commits into from
Nov 21, 2023

Conversation

ldhbenecia
Copy link
Member

@ldhbenecia ldhbenecia commented Nov 21, 2023

설명

모각코 게시물 Get API를 우선적으로 구현합니다.
전체 및 개별 게시판에 대한 정보를 불러옵니다.
현재 DB 스키마에 id 값을 BigInt로 설정하면서 BigInt 관련 오류가 계속 해서 나타났습니다.
이에 대해 서칭을 통해 bigIntToJson.ts 파일을 생성해서 해결하였습니다.

문제 해결 개발 일지

완료한 기능 명세

  • 모각코 게시물 전체 및 개별 불러오기 구현
  • BigInt 문제 해결
  • generateJWT Token 환경변수 오류 지정 수정
  • 모각코 게시물 작성
  • 모각코 상태 업데이트
  • 모각코 게시물 제거

현재 게시글 작성과 삭제에 관해서 User를 연결해야합니다.

초안에 대한 설계 PR은 이것으로 충당합니다.
User 연결도 상당히 진행되었습니다.
현재 이 PR이 Merge된 이후 새 PR 올릴 예정입니다.

스크린샷

image image image

클라이언트에서 특정 게시물 요청을 하였을 때

image

리뷰 요청 사항

x

@ldhbenecia ldhbenecia self-assigned this Nov 21, 2023
@ldhbenecia ldhbenecia requested a review from ccxz84 as a code owner November 21, 2023 06:31
@ldhbenecia ldhbenecia changed the title [Feat] 모각코 게시물 전체 및 개별 불러오기 구현 [Feat] 모각코 CRUD 구현 Nov 21, 2023
모각코 CRUD 초안 설계입니다.
사용자 인증에 대한 로직이 필요합니다.
@ldhbenecia ldhbenecia changed the title [Feat] 모각코 CRUD 구현 [Feat] 모각코 CRUD 초안 설계 및 구현 Nov 21, 2023
Copy link
Collaborator

@ccxz84 ccxz84 left a comment

Choose a reason for hiding this comment

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

일단 어프로브 찍고 다시 한번 보겠습니다.
나중에 수정을 해도 괜찮으니까요.

시간이 많이 없어 죄송하네요 ㅠ

Copy link
Collaborator

@ccxz84 ccxz84 left a comment

Choose a reason for hiding this comment

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

일단 하나씩 머지 해보시죠.
PR이 서로 같은 내용인거 같긴한데

@ldhbenecia ldhbenecia merged commit 7e046d1 into boostcampwm2023:develop Nov 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 모각코 게시물 전체 및 개별 불러오기 구현
3 participants