-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
Merged
jeonheena
added a commit
that referenced
this issue
Feb 6, 2025
This was referenced Feb 6, 2025
Merged
jeonheena
added a commit
that referenced
this issue
Feb 7, 2025
jeonheena
added a commit
that referenced
this issue
Feb 7, 2025
docs/#105/items 앱모듈 파일에 추가, 토큰 반복변경 방지 코드 (시험)
jeonheena
added a commit
that referenced
this issue
Feb 10, 2025
jeonheena
added a commit
that referenced
this issue
Feb 10, 2025
jeonheena
added a commit
that referenced
this issue
Feb 10, 2025
…coko-back into feat/#105/items-api
jeonheena
added a commit
that referenced
this issue
Feb 10, 2025
jeonheena
added a commit
that referenced
this issue
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 14, 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
…coko-back into feat/#105/items-api
jeonheena
added a commit
that referenced
this issue
Feb 17, 2025
…coko-back into feat/#105/items-api
jeonheena
added a commit
that referenced
this issue
Feb 17, 2025
…coko-back into feat/#105/items-api
jeonheena
added a commit
that referenced
this issue
Feb 17, 2025
…coko-back into feat/#105/items-api
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
작업 개요
상점의 items CRUD 작업을 합니다.
작업 목록
1. CREATE
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
참고 사항
The text was updated successfully, but these errors were encountered: