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

[BE] 페어룸 종료 후 회고 작성 기능 API 구현 #771

Open
4 of 5 tasks
Tracked by #770 ...
kelly6bf opened this issue Oct 14, 2024 · 1 comment
Open
4 of 5 tasks
Tracked by #770 ...

[BE] 페어룸 종료 후 회고 작성 기능 API 구현 #771

kelly6bf opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
🧑‍💻 feat 신규 기능 개발

Comments

@kelly6bf
Copy link
Contributor

kelly6bf commented Oct 14, 2024

페어룸 종료 후 사용자 회고 작성 기능을 위한 API를 구현한다.

  • 회고 작성 API 구현
  • 개인 회고 목록 조회 API 구현
  • 특정 회고 상세 조회 API 구현
  • 특정 회고 삭제 API 구현
  • 특정 페어룸에 특정 회원의 회고가 존재하는지 여부 조회
@kelly6bf kelly6bf changed the title 최종 회고 및 별점 기능 구현 [BE] 최종 회고 및 별점 API 구현 Oct 15, 2024
@kelly6bf kelly6bf self-assigned this Oct 16, 2024
@kelly6bf kelly6bf added the 🧑‍💻 feat 신규 기능 개발 label Oct 16, 2024
@kelly6bf kelly6bf changed the title [BE] 최종 회고 및 별점 API 구현 [BE] 페어룸 종료 후 회고 작성 기능 API 구현 Oct 16, 2024
@kelly6bf
Copy link
Contributor Author

kelly6bf commented Oct 16, 2024

검증 요구 사항

회고 작성

  • API 요청에 JWT가 담긴 쿠키가 함께 왔는지, 유효한지 검증
  • 존재하는 페어룸인지 검증
  • 존재하는 멤버인지 검증
  • 페어룸에 멤버가 속해있는지 검증
  • 입력받은 회고 답변의 개수 검증 (우선 임시로 4개)
  • 입력받은 회고 답변들이 null인지 검증

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 feat 신규 기능 개발
Projects
Status: 👷🏻 In Progress
Development

No branches or pull requests

1 participant