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

콘텐츠 기능을 구현한다 #8

Closed
10 tasks done
plum-king opened this issue Nov 6, 2024 · 0 comments · Fixed by #23
Closed
10 tasks done

콘텐츠 기능을 구현한다 #8

plum-king opened this issue Nov 6, 2024 · 0 comments · Fixed by #23
Assignees
Labels
Feature ✨ 새로운 기능

Comments

@plum-king
Copy link
Contributor

plum-king commented Nov 6, 2024

Description

콘텐츠 타입별 생성, 수정 기능을 구현한다.
콘텐츠 전체 목록 조회, 카테고리 내 콘텐츠 목록 조회, 콘텐츠 내용 상세 조회 기능을 구현한다.
콘텐츠 삭제 기능을 구현한다.
콘텐츠 생성 시 필요한 태그 추천 기능을 구현한다.

Changes

콘텐츠 CU

  • 콘텐츠(문서) 생성
  • 콘텐츠(링크) 생성
  • 콘텐츠(사진) 생성
  • 콘텐츠(문서) 수정
  • 콘텐츠(링크) 수정
  • 콘텐츠(사진) 수정

콘텐츠 R

  • 전체 목록 조회
  • 카테고리 내 목록 조회
  • 내용 상세 조회

콘텐츠 D

  • 콘텐츠 삭제

API

URL method Usage Authorization Needed
/api/v1/content POST 콘텐츠 생성 인가 필요
URL method Usage Authorization Needed
/api/v1/content PATCH 콘텐츠 수정 인가 필요
URL method Usage Authorization Needed
/api/v1/content GET 콘텐츠 조회 인가 필요
URL method Usage Authorization Needed
/api/v1/content DELETE 콘텐츠 삭제 인가 필요

Additional context

  • 태그 추천 및 UD는 후순위!
@plum-king plum-king added the Feature ✨ 새로운 기능 label Nov 6, 2024
@plum-king plum-king self-assigned this Nov 6, 2024
plum-king added a commit that referenced this issue Nov 8, 2024
@plum-king plum-king linked a pull request Nov 8, 2024 that will close this issue
plum-king added a commit that referenced this issue Nov 9, 2024
Feat: 콘텐츠 생성 기능 구현 #8
@plum-king plum-king reopened this Nov 9, 2024
plum-king added a commit that referenced this issue Nov 11, 2024
plum-king added a commit that referenced this issue Nov 11, 2024
Feat: 콘텐츠 생성 API 통합 (#8)
plum-king added a commit that referenced this issue Nov 30, 2024
Feat : 콘텐츠 상세 조회 - 파일 제목 추가 (#8)
plum-king added a commit that referenced this issue Nov 30, 2024
Feat : 콘텐츠 상세 조회 - S3 이미지 저장 경로 수정 (#8)
plum-king added a commit that referenced this issue Nov 30, 2024
Feat : 콘텐츠 삭제 수정 완료 - S3에서 삭제 (#8)
plum-king added a commit that referenced this issue Dec 20, 2024
Feat: 콘텐츠 생성 API 수정 (#8)
gyuseon25 added a commit that referenced this issue Dec 22, 2024
Feat : 콘텐츠 내용 수정과 수정된 파일 업로드 API 분리 (#8)
chaen-ing added a commit that referenced this issue Dec 30, 2024
Feat: 썸네일 수정 기능 추가 (#8)
gyuseon25 added a commit that referenced this issue Jan 2, 2025
gyuseon25 added a commit that referenced this issue Jan 2, 2025
Fix: s3 이미지 삭제 에러 해결 (#8)
plum-king added a commit that referenced this issue Jan 4, 2025
Feat : 콘텐츠 이름이 빈 문자열일 경우도 createdAt으로 반환 (#8)
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 a pull request may close this issue.

3 participants