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

feat: 태스크 생성, 수정, 삭제 API 구현 #308

Merged
merged 3 commits into from
Jul 10, 2024

Conversation

choyoungwoo9
Copy link
Collaborator

🎟️ 태스크

태스크 생성/삭제/수정 API 구현

✅ 작업 내용

  • 태스크 생성, 삭제, 업데이트 엔티티, 레포지토리, 서비스 작성
  • 태스크 생성, 삭제, 업데이트 게이트웨이, 컨트롤러, DTO작성
  • 태스크 생성, 삭제, 업데이트 E2E 테스트 작성

🖊️ 구체적인 작업

태스크 생성, 삭제, 업데이트 엔티티, 레포지토리, 서비스 작성

  • 태스크 엔티티 작성
  • 프로젝트 별 고유 태스크 ID를 위한 displayIdCount를 프로젝트 엔티티에 추가
  • 태스크를 모듈에 추가
  • 태스크 create, delete, update 레포지토리, 서비스 메서드 작성

태스크 생성, 삭제, 업데이트 게이트웨이, 컨트롤러, DTO작성

  • 태스크 이벤트를 처리하는 게이트웨이 로직 추가
  • 태스크 생성, 삭제, 업데이트를 처리하는 컨트롤러 추가
  • 태스크 생성, 삭제, 업데이트에 대해 요청/응답을 확인/생성하는 request, notify DTO 추가

태스크 생성, 삭제, 업데이트 E2E 테스트 작성

- 태스크 엔티티 작성
- 프로젝트 별 고유 태스크 ID를 위한 displayIdCount를 프로젝트 엔티티에 추가
- 태스크를 모듈에 추가
- 태스크 create, delete, update 레포지토리, 서비스 메서드 작성
- 태스크 이벤트를 처리하는 게이트웨이 로직 추가
- 태스크 생성, 삭제, 업데이트를 처리하는 컨트롤러 추가
- 태스크 생성, 삭제, 업데이트에 대해 요청/응답을 확인/생성하는 request, notify DTO 추가
@choyoungwoo9 choyoungwoo9 merged commit 81784a4 into dev Jul 10, 2024
1 check passed
@choyoungwoo9 choyoungwoo9 deleted the feature/task-crud branch July 10, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant