Skip to content

issue#48 게시글 작성 페이지 기능 구현#67

Merged
Dobbymin merged 7 commits intodevelopfrom
Feat/issue-#48
Feb 9, 2025
Merged

issue#48 게시글 작성 페이지 기능 구현#67
Dobbymin merged 7 commits intodevelopfrom
Feat/issue-#48

Conversation

@gogumalatte
Copy link
Contributor

📝 상세 내용

  • 기존 UI에서 자잘한 부분들 수정했습니다. (제목, 내용에 투명 스크롤바 추가)
  • 게시글 제목, 태그, 모달에 react-hook-form 적용했습니다.
  • PostWritePage 폴더 하위에 apis로 api 통신 두 개 구현했습니다. (태그 저장, 게시글 저장)

#️⃣ 이슈 번호

💬 리뷰 요구사항

  • 게시글 컴포넌트들에 react-hook-form 적용. 이 부분이 이번에 처음이여서 시간이 오래 걸렸습니다. Form.tsx 내에 작성된 코드들을 재활용했습니다. 게시글 제목, 태그, 내용에 유효성 검사를 하고, 이 필드들이 비어있으면 customToast가 뜨도록 했습니다.

  • 이미지를 업로드하고 URI를 받는 로직을 '게시글 내용'과 '썸네일 업로드' 부분에 추가하였습니다.

⏰ 현재 버그

{646D9A86-A669-4369-84F8-4742117FB48F}
서버 열리면 아침에 통신잘되는지 확인해보겠습니다.

📷 스크린샷(선택)

X

🔗 참고 자료(선택)

X

@gogumalatte gogumalatte linked an issue Feb 8, 2025 that may be closed by this pull request
3 tasks
@gogumalatte gogumalatte self-assigned this Feb 8, 2025
@Dobbymin Dobbymin merged commit 9490420 into develop Feb 9, 2025
1 check passed
@Dobbymin Dobbymin deleted the Feat/issue-#48 branch February 9, 2025 12:40
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