Skip to content

[feat] 사전의견 작성 페이지 구현 #62

@choiyoungae

Description

@choiyoungae

📄 설명

사전의견 작성 페이지 (/gatherings/:gatheringId/meetings/:meetingId/pre-opinions/new)를 구현합니다.

다음과 같은 기능을 제공합니다.

  • 책 평가 조회 및 작성
    • 가장 최근에 작성한 책 평가 조회
    • 수정 시 새로운 평가로 작성
    • 없을 시 새로운 평가 작성
  • 주제 내역 조회
    • 기작성된 내용이 있다면 함께 조회
  • 주제에 대한 답변 작성하여
    • 저장하기
    • 공유하기

API 엔드포인트

기능 Method Path
주제 목록 조회 GET /api/gatherings/{gatheringId}/meetings/{meetingId}/confirm-topics
사전의견 저장 POST /api/gatherings/{gatheringId}/meetings/{meetingId}/topics/{topicId}/answers
사전의견 제출 PATCH /api/gatherings/{gatheringId}/meetings/{meetingId}/topics/{topicId}/answers/submit
책 평가 조회 GET /api/book/{bookId}/reviews/me
책 평가 생성 POST /api/book/{bookId}/reviews

✅ 해야 할 일

  • 책 평가 조회 및 작성
    • 가장 최근에 작성한 책 평가 조회
    • 수정 시 새로운 평가로 작성
    • 없을 시 새로운 평가 작성
  • 주제 내역 조회
  • 저장하기
  • 공유하기

📝 메모

No response

Metadata

Metadata

Assignees

Labels

feat새로운 기능 추가

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions