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

✨ 피드 작성, 수정 모킹 API Handler 추가 #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

suhwan2004
Copy link
Collaborator

@suhwan2004 suhwan2004 commented Nov 3, 2024

CheckList

  • gap를 이용하여 flex 컨테이너 내 자식 요소간의 간격을 제어하였나요? (iOS 14 미지원으로 gap -> space-x, space-y 적용)

작업 이유

  • 피드 작성, 수정 모킹 API Handler 개발 진행
  • 피드 API Handler에 있는 신고, 작성and수정 request dto의 위치를entities으로 조정

작업 사항

1️⃣ 피드 작성, 수정 mock api 구현

피드 작성, 수정 mock api를 구현해두었습니다!

2️⃣ 피드 mock api Request DTO 위치 조정

기존 mocks/handlers/feed.ts에 존재하는 신고하기의 request dto와 이번에 제작된 작성&수정의 request dto를 entities/feed/model/types.ts 로 이동시켰습니다.

이후, 실제 API request 코드 작성 시에도 사용될 타입이기 때문에 해당근거로 다음과 같은 위치로 이동을 시켜두었던 것 같습니다!


리뷰어가 중점적으로 확인해야 하는 부분

  • 피드 작성, 수정 mock api의 로직에 특이사항이 있는지
  • 피드 Request DTO의 위치가 합당한지

발견한 이슈

X

@suhwan2004 suhwan2004 self-assigned this Nov 3, 2024
Copy link

github-actions bot commented Nov 3, 2024

🔍 Visual review for your branch is published 🔍

Here are the links to:

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-16.d1rrzjx2upcmxq.amplifyapp.com

Copy link
Collaborator

@BangDori BangDori left a comment

Choose a reason for hiding this comment

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

확인 완료했습니다!

위키에 Feed API URI가 수정되지 않은 것 같아서, 시간나실 때 wiki에 반영해주시면 감사하겠습니다!!

Copy link
Collaborator

Choose a reason for hiding this comment

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

P5: 피드 관련한 API가 많아서 DTO 및 기타 타입들이 많아질 것 같은데 혹시 파일별로 분리하는 건 어떻게 생각하시나요??

  • report.type.ts
  • write.type.ts

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.

2 participants