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

[FE] 게시판 페이지 구현 #31

Open
9 tasks
HelloWorldDogs223 opened this issue Aug 28, 2023 · 0 comments
Open
9 tasks

[FE] 게시판 페이지 구현 #31

HelloWorldDogs223 opened this issue Aug 28, 2023 · 0 comments
Assignees

Comments

@HelloWorldDogs223
Copy link
Contributor

HelloWorldDogs223 commented Aug 28, 2023

  1. props (메뉴컴포넌트..)로 받아온 데이터를 화면에 표시한다
  2. 사용자 memberId 와 질문, 답변 작성자가 일치하는 곳에 point, 수정삭제 아이콘 표시
  3. (...)수정삭제 버튼 클릭 시 텍스트가 입력 창으로 변경되면서 수정 가능 혹은 삭제시도 가능
  4. 질문 수정 ICONButton PATCH /questions/{questionId} title, content
  5. 질문 삭제 ICONButton DELETE /questions/{questionId}
  6. 답변 수정 ICONButton PATCH /answer/{answerId} title, comment
  7. 답변 수정 ICONButton DELETE /answer/{answerId}
  8. 포인트 제공 시 표시 - user_has_pointed 상태에 따라 본인이 눌렀는지 표시
  9. 이전/지금/다음 페이지네이션 구현하기

Image

@seolmiseon seolmiseon self-assigned this Sep 5, 2023
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

No branches or pull requests

2 participants