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 구현 #296

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

choyoungwoo9
Copy link
Collaborator

🎟️ 태스크

(백엔드) 외부 링크 추가 API 구현

✅ 작업 내용

  • 프로젝트 외부 링크 추가 API 구현

🖊️ 구체적인 작업

프로젝트 외부링크 추가 API 테스트 추가

프로젝트 외부링크 엔티티 추가

  • 프로젝트 외부링크 엔티티 추가
  • 링크 엔티티를 TypeOrm, NestJS 모듈에 등록

프로젝트 링크 추가 서비스 구현

  • 프로젝트 링크 추가 레포지토리 메서드 구현
  • 프로젝트 링크 추가 서비스 메서드 구현

프로젝트 링크추가 API 컨트롤러 구현

  • 웹소켓 게이트웨이에 프로젝트 링크추가 API 구현
  • DTO추가

🤔 고민 및 의논할 거리

  • 커밋을 다 한 후에 필요없는 import가 들어가 있는것을 확인했습니다. 아직 깃허브에 올리기 전이었기 때문에 이를 수정하는 새로운 커밋을 만들기 보다는 기존의 커밋을 수정하고자 했습니다. 직전의 커밋이 아니었기 때문에 git commit --amend로는 수정이 불가능해 rebase로 해결했는데 이 과정을 개발일지 - 과거의 특정 커밋에 현재 변경사항을 적용하는 방법에 상세히 작성해 놓았습니다~

- 프로젝트 외부링크 엔티티 추가
- 링크 엔티티를 TypeOrm, NestJS 모듈에 등록
- 프로젝트 링크 추가 레포지토리 메서드 구현
- 프로젝트 링크 추가 서비스 메서드 구현
- 웹소켓 게이트웨이에 프로젝트 링크추가 API 구현
- DTO추가
@choyoungwoo9 choyoungwoo9 requested a review from kimsj-git June 13, 2024 03:14
@kimsj-git kimsj-git merged commit f78b8d6 into dev Jun 13, 2024
1 check passed
@kimsj-git kimsj-git deleted the feature/create-external-link branch June 13, 2024 11:45
Copy link
Collaborator

@kimsj-git kimsj-git left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM👍

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.

2 participants