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

상세 페이지 만들기 #18

Merged
merged 22 commits into from
Jan 26, 2024
Merged

상세 페이지 만들기 #18

merged 22 commits into from
Jan 26, 2024

Conversation

wsi1212
Copy link
Collaborator

@wsi1212 wsi1212 commented Jan 26, 2024

문제 상황

현제 상세 페이지의 뷰만 만들어져 있습니다. 비즈니스 로직을 구현하여야 합니다.

해결 방법

상세 페이지 비즈니스 로직 구현.

할 일

  • 포스트 id를 전달받아 그 id로 글의 상세 내용을 조회하도록 하기.
  • 댓글 보기 추가하기.
  • 댓글 작성 추가하기.
  • 댓글 삭제 추가하기.
  • 댓글 수정 추가하기.

기타

아직 댓글 수정 기능이 완성되지 않았으나 현제 DAuth 문제로 로그인이 불가하여 테스트 불가능한 관계로 댓글 수정을 제외합니다.

@wsi1212 wsi1212 self-assigned this Jan 26, 2024
@wsi1212 wsi1212 added the ⚡️ Feature 기능을 추가했어요! label Jan 26, 2024
@wsi1212 wsi1212 linked an issue Jan 26, 2024 that may be closed by this pull request
5 tasks
@wsi1212 wsi1212 merged commit f16792c into dev Jan 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️ Feature 기능을 추가했어요!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

상세 페이지 만들기
1 participant