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

[Feature] items CRUD 작업 #105

Closed
jeonheena opened this issue Feb 5, 2025 · 0 comments · Fixed by #109
Closed

[Feature] items CRUD 작업 #105

jeonheena opened this issue Feb 5, 2025 · 0 comments · Fixed by #109
Assignees
Labels
API API 작업 feat 새로운 기능 추가

Comments

@jeonheena
Copy link
Collaborator

jeonheena commented Feb 5, 2025

작업 개요

상점의 items CRUD 작업을 합니다.

작업 목록

1. CREATE

  • 새로운 아이템 추가
  • POST /items

2. READ

  • 전체 조회 : 모든 아이템 조회
    -> GET /items

  • 단일 조회 : 특정 아이템 조회
    -> GET /items/:id

  • 카테고리별 조회 :
    -> GET /items?mainCategoryId=1
    -> GET /items?mainCategoryId=1&subCategoryId=2

  • 페이징&필터링 : 일부 조회 (카테고리별 또는 페이지 별)
    -> GET /items?page=2&limit=5&maincategory=1 (수정가능성 ㅇ)

3. UPDATE

  • 아이템 수정(아이템의 특정필드 수정)
    -> PATCH /items/:id

참고 사항

@jeonheena jeonheena added API API 작업 feat 새로운 기능 추가 labels Feb 5, 2025
@jeonheena jeonheena self-assigned this Feb 5, 2025
jeonheena added a commit that referenced this issue Feb 6, 2025
@jeonheena jeonheena linked a pull request Feb 6, 2025 that will close this issue
jeonheena added a commit that referenced this issue Feb 6, 2025
jeonheena added a commit that referenced this issue Feb 6, 2025
jeonheena added a commit that referenced this issue Feb 6, 2025
jeonheena added a commit that referenced this issue Feb 6, 2025
jeonheena added a commit that referenced this issue Feb 6, 2025
jeonheena added a commit that referenced this issue Feb 7, 2025
docs/#105/items 앱모듈 파일에 추가, 토큰 반복변경 방지 코드 (시험)
jeonheena added a commit that referenced this issue Feb 7, 2025
@jeonheena jeonheena reopened this Feb 11, 2025
jeonheena added a commit that referenced this issue Feb 11, 2025
jeonheena added a commit that referenced this issue Feb 12, 2025
jeonheena added a commit that referenced this issue Feb 12, 2025
jeonheena added a commit that referenced this issue Feb 12, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 13, 2025
jeonheena added a commit that referenced this issue Feb 14, 2025
refactor/#105/iItems api - 아이템 카테고리별로 조회, 페이지네이션 적용
jeonheena added a commit that referenced this issue Feb 17, 2025
jeonheena added a commit that referenced this issue Feb 17, 2025
jeonheena added a commit that referenced this issue Feb 19, 2025
items api PATCH 오류해결 및 Swagger 재작업
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API 작업 feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant