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

Commits on Jul 10, 2024

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

    - 태스크 엔티티 작성
    - 프로젝트 별 고유 태스크 ID를 위한 displayIdCount를 프로젝트 엔티티에 추가
    - 태스크를 모듈에 추가
    - 태스크 create, delete, update 레포지토리, 서비스 메서드 작성
    choyoungwoo9 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6131e8f View commit details
    Browse the repository at this point in the history
  2. feat: 태스크 생성, 삭제, 업데이트 게이트웨이, 컨트롤러, DTO작성

    - 태스크 이벤트를 처리하는 게이트웨이 로직 추가
    - 태스크 생성, 삭제, 업데이트를 처리하는 컨트롤러 추가
    - 태스크 생성, 삭제, 업데이트에 대해 요청/응답을 확인/생성하는 request, notify DTO 추가
    choyoungwoo9 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1d4ae8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6257f42 View commit details
    Browse the repository at this point in the history