Skip to content

인증 마이그레이션 로직 병합 전 최종 점검 체크리스트 #704

@move-hoon

Description

@move-hoon

🚀 About Issue 🚀

  • 인증 마이그레이션 로직 병합 전 최종 점검 체크리스트

✅ Crew API 체크리스트

📌 게시글 (Post)

  • GET /post/v2/{postId}: 모임 게시글 조회
  • PUT /post/v2/{postId}: 모임 게시글 수정
  • DELETE /post/v2/{postId}: 모임 게시글 삭제
  • GET /post/v2: 모임 게시글 목록 조회
  • POST /post/v2: 모임 게시글 작성
  • POST /post/v2/{postId}/report: 모임 게시글 신고
  • POST /post/v2/{postId}/like: 모임 게시글 좋아요 토글
  • POST /post/v2/mention: 게시글에서 멘션하기
  • GET /post/v2/count: 모임 게시글 개수 조회

📌 모임 (Meeting)

  • GET /meeting/v2/{meetingId}: 모임 상세 조회
  • PUT /meeting/v2/{meetingId}: 모임 수정
  • DELETE /meeting/v2/{meetingId}: 모임 삭제
  • PUT /meeting/v2/{meetingId}/apply/status: 모임 지원자 상태 변경
  • GET /meeting/v2: 모임 전체 조회/검색/필터링
  • POST /meeting/v2: 모임 생성
  • POST /meeting/v2/apply: 일반 모임 지원
  • DELETE /meeting/v2/{meetingId}/apply: 모임 지원 취소
  • GET /meeting/v2/{meetingId}/list: 모임 지원자/참여자 조회
  • GET /meeting/v2/{meetingId}/list/csv: 모임 지원자 목록 csv 파일 다운로드
  • GET /meeting/v2/recommend: 추천 모임 목록 조회
  • GET /meeting/v2/presigned-url: Meeting 썸네일 업로드용 Pre-Signed URL 발급
  • GET /meeting/v2/org-user: 플레이그라운드 마이페이지 내 모임 정보 조회
  • GET /meeting/v2/banner: 모임 둘러보기 조회

📌 번쩍 모임 (Flash Meeting)

  • GET /flash/v2/{meetingId}: 번쩍 모임 상세 조회
  • PUT /flash/v2/{meetingId}: 번쩍 모임 수정
  • POST /flash/v2: 번쩍 모임 생성

📌 댓글 / 대댓글 (Comment)

  • PUT /comment/v2/{commentId}: 댓글 수정
  • DELETE /comment/v2/{commentId}: 댓글 삭제
  • GET /comment/v2: 댓글 리스트 조회
  • POST /comment/v2: 댓글 작성
  • POST /comment/v2/{commentId}/report: 댓글 신고
  • POST /comment/v2/{commentId}/like: 댓글 좋아요 토글
  • POST /comment/v2/mention: 댓글에서 유저 멘션

📌 사용자 (User)

  • GET /user/v2/interestedKeywords: 관심 키워드 조회
  • POST /user/v2/interestedKeywords: 관심 키워드 설정
  • GET /user/v2: 전체 사용자 조회
  • GET /user/v2/profile/me: 내 프로필 조회
  • GET /user/v2/mention: 멘션 사용자 조회
  • GET /user/v2/meeting: 내가 만든 모임 조회
  • GET /user/v2/meeting/all: 내가 속한 모임 조회
  • GET /user/v2/apply: 내가 신청한 모임 조회

📌 공지사항 (Notice)

  • GET /notice/v2: 공지사항 조회
  • POST /notice/v2: 공지사항 작성

📌 [Internal] 피드

  • GET /internal/post/{orgId}: 피드 전체 조회
  • POST /internal/post/{orgId}: 피드 생성

📌 [Internal] 모임 통계

  • POST /internal/meeting/stats/likes: '좋아요'수 동기화
  • GET /internal/meeting/stats/studies: 특정 기수 총 스터디 개수 조회
  • GET /internal/meeting/stats/fastest-applied/{orgId}: 가장 빠른 신청 모임 N개 조회
  • GET /internal/meeting/stats/approved-studies/{orgId}: 승인된 스터디 수 조회

📌 [Internal] 모임

  • GET /internal/meetings: 모임 전체 조회/검색/필터링
  • GET /internal/meetings/post: 모임 전체 조회

📌 인증 (Auth)

  • POST /auth/v2: 로그인/회원가입

📌 프로퍼티 (Property)

  • GET /property/v2: 키 값으로 단건 조회
  • GET /property/v2/home: 홈 컨텐츠 조회

📌 광고 (Advertisement)

  • GET /advertisement/v2: 광고 조회

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions