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

상품 등록, 수정, 삭제, 조회 기능을 구현한다. #4

Open
KATEKEITH opened this issue May 6, 2023 · 1 comment · Fixed by #9
Open

상품 등록, 수정, 삭제, 조회 기능을 구현한다. #4

KATEKEITH opened this issue May 6, 2023 · 1 comment · Fixed by #9
Assignees
Labels
feature 새로운 기능

Comments

@KATEKEITH
Copy link
Collaborator

KATEKEITH commented May 6, 2023

  • 상품 등록 POST /api/v1/items

  • 상품 목록 조회 GET /api/v1/items

  • 상품 상세 조회 GET /api/v1/items/{itemToken}

  • 상품 수정 POST /api/v1/items/{itemToken}

  • 상품 삭제 ( 또는 판매종료 ) POST /api/v1/items/change-end-of-sales

@KATEKEITH KATEKEITH self-assigned this May 6, 2023
@KATEKEITH KATEKEITH added good first issue Good for newcomers and removed good first issue Good for newcomers labels May 6, 2023
@KATEKEITH KATEKEITH changed the title 상품 CRUD 상품 등록, 수정, 삭제, 조회 May 8, 2023
@KATEKEITH KATEKEITH changed the title 상품 등록, 수정, 삭제, 조회 상품 등록, 수정, 삭제, 조회 기능 May 9, 2023
KATEKEITH added a commit that referenced this issue May 22, 2023
[#4] feat : 상품 등록, 조회, 수정, 삭제
@KATEKEITH
Copy link
Collaborator Author

KATEKEITH commented May 24, 2023

@KATEKEITH KATEKEITH added the feature 새로운 기능 label Jun 23, 2023
@KATEKEITH KATEKEITH added this to the 스프린트 3 milestone Jun 23, 2023
@KATEKEITH KATEKEITH changed the title 상품 등록, 수정, 삭제, 조회 기능 상품 등록, 수정, 삭제, 조회 기능을 구현한다. Jun 23, 2023
@KATEKEITH KATEKEITH linked a pull request Jun 26, 2023 that will close this issue
@KATEKEITH KATEKEITH removed this from the 스프린트 3 milestone Jul 19, 2023
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.

1 participant