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

[서브태스크] 상품 CRUD #26

Open
1 of 12 tasks
wintiger98 opened this issue Mar 31, 2024 · 1 comment
Open
1 of 12 tasks

[서브태스크] 상품 CRUD #26

wintiger98 opened this issue Mar 31, 2024 · 1 comment
Assignees
Labels

Comments

@wintiger98
Copy link
Contributor

wintiger98 commented Mar 31, 2024

상품 CRUD 관련 서브태스크

개요

상세 설명

이 서브태스크는 웹 애플리케이션 내에서 상품 정보를 관리하는 기능을 구현하는 것을 목적으로 합니다. 사용자는 이 기능을 통해 상품을 추가, 조회, 수정, 삭제할 수 있어야 합니다. 이 과정에서 상품의 이름, 가격, 설명, 카테고리 등의 정보가 처리되어야 하며, 사용자 인터페이스와 데이터베이스 설계도 포함됩니다.

작업 항목

  • 상품 추가 기능 구현
  • 상품 조회 기능 구현
  • 상품 수정 기능 구현
  • 상품 삭제 기능 구현
    • 상품 리스트에서 삭제
    • 상품 상세 정보 페이지에서 삭제

테스트 항목

  • 테스트1: 상품 추가 기능이 정상적으로 작동하는지 테스트
  • 테스트2: 상품 조회 기능이 사용자의 요청에 따라 올바른 데이터를 보여주는지 테스트
  • 테스트3: 상품 수정 기능
    • 테스트3-1: 수정된 내용이 데이터베이스에 정확히 반영되는지 테스트
    • 테스트3-2: 수정 후 사용자 인터페이스에 변경 사항이 적절히 표시되는지 테스트
  • 테스트4: 상품 삭제 기능이 예상대로 작동하는지 테스트

참고 자료/링크

기타 주의사항

  • 모든 기능은 RESTful API 원칙을 따라야 합니다.
  • 데이터베이스 설계 시, 상품 정보의 무결성을 우선시 해주세요.
  • 프론트엔드 구현 시, 사용자 경험을 고려한 인터페이스 설계에 주의해주세요.

피드백

[작업 진행 중 또는 완료 후 팀원들의 피드백을 기록하는 공간입니다. 피드백이 있을 경우, 여기에 추가해주세요.]

@wintiger98 wintiger98 added this to the 스프린트 2 milestone Mar 31, 2024
@wintiger98 wintiger98 self-assigned this Mar 31, 2024
@wintiger98 wintiger98 moved this to In progress in SSapingMall Kanban Apr 1, 2024
@wintiger98
Copy link
Contributor Author

CRUD 완료
이후 유효성 검사 코드 작성 예정

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

1 participant