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

#27 [FEAT] 프로젝트 등록 API 개발 #31

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

Hong0329
Copy link
Contributor

📣 Related Issue

📝 Summary

  • project를 등록합니다.
    image
  • userproject도 생성됩니다.
    image

🙏 Question & PR point

📬 Reference

Copy link
Member

@yeseul106 yeseul106 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다아아 !!!!

}

public String convertReviewCycleToString(String[] array) {
if (array == null || array.length == 0) {
Copy link
Member

Choose a reason for hiding this comment

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

p4;

array.isEmpty()로 하면 더 깔끔할 것 같습니다 !


public String convertReviewCycleToString(String[] array) {
if (array == null || array.length == 0) {
return "";
Copy link
Member

@yeseul106 yeseul106 Jul 17, 2023

Choose a reason for hiding this comment

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

p4;

사실 dto 단에서 @NotEmpty 어노테이션으로 validation을 하기 때문에 이 배열이 비어있을 경우, 거기서 에러가 던져지므로 이 if문은 없어도 될 것 같아요 ~

@yeseul106 yeseul106 merged commit ddb590b into develop Jul 17, 2023
1 check passed
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.

[FEAT] 프로젝트 등록 API
2 participants