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 : Recruitment 도메인 CRUD 구현 #228

Merged
merged 6 commits into from
Oct 1, 2023
Merged

feat : Recruitment 도메인 CRUD 구현 #228

merged 6 commits into from
Oct 1, 2023

Conversation

youKeon
Copy link
Collaborator

@youKeon youKeon commented Sep 29, 2023

🛠️ 변경사항

구현 기능

  • 구인 게시글 작성
  • 게시글 단건 조회
  • 게시글 목록 조회
  • 게시글 삭제
  • 게시글 수정


☝️ 유의사항

테스트 코드는 10월에 한 번에 작성하겠습니다.



👀 참고자료



❗체크리스트

  • 하나의 메소드는 최소의 기능만 하도록 설정했나요?
  • 수정 가능하도록 유연하게 작성했나요?
  • 필요 없는 import문이나 setter 등을 삭제했나요?
  • 기존의 코드에 영향이 없는 것을 확인하였나요?

@github-actions
Copy link

github-actions bot commented Sep 29, 2023

Unit Test Results

88 tests  +1   88 ✔️ +1   4s ⏱️ ±0s
19 suites +1     0 💤 ±0 
19 files   +1     0 ±0 

Results for commit c6dbd39. ± Comparison against base commit 45e627c.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@kimhalin kimhalin left a comment

Choose a reason for hiding this comment

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

저희 PR 하나에 기능 하나로 하면 좋을 것 같아요! 보통 API 하나에 기능 하나로 여기는 경우가 많더라구요

Comment on lines 106 to 110
/**
* findTagListByName() 메서드 TagService로 옮기는 게 어떨까요?!
* RecruitmentService에서 이 메서드를 사용해야 되는데
* Tag 찾는 기능을 위해 ProjectService와 의존관계를 맺는 건 아닌 거 같아서요!
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

넵 좋습니다! 이런 문제는 건님께서 바로 수정하고 PR에 참고할 수 있도록 적어주시면 좋을 것 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 수정하겠습니다!!

@Builder
@NoArgsConstructor
@AllArgsConstructor
public class CreateRecruitmentResponse {
Copy link
Contributor

Choose a reason for hiding this comment

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

저희 create 할 때 반환값 안 주기로 하지 않았나요?!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 수정하겠습니다!!

@Builder
@NoArgsConstructor
@AllArgsConstructor
public class UpdateRecruitmentResponse {
Copy link
Contributor

Choose a reason for hiding this comment

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

update도 마찬가지로요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 수정하겠습니다!!

@youKeon youKeon merged commit 3dd9fab into feature Oct 1, 2023
3 checks passed
@youKeon youKeon deleted the BE/#222 branch October 1, 2023 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants