-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: 첨부링크가 post 요청하지 못하는 이슈를 해결한다 #123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
,로 나눈다라... 사실 사용자가 그렇게 해줄지는 모르지만... 조금더 케이스가 나오겠죠 아마도?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
|
931fe5e 커밋 추가했는데.. 어떤가요? |
portfolio && | ||
sendValues.push({ | ||
name: "portfolio", | ||
answer: portfolio, | ||
}); | ||
fileUrl && | ||
sendValues.push({ | ||
name: "fileUrl", | ||
answer: fileUrl, | ||
}); | ||
doubleMajor && | ||
sendValues.push({ | ||
name: "doubleMajor", | ||
answer: doubleMajor, | ||
}); | ||
minor && | ||
sendValues.push({ | ||
name: "minor", | ||
answer: minor, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baegyeong
이 코드는 다시보니... 네... 좀 그렇습니다... ㅋㅋㅋ 그래서 조금 다른 방식을 추천 해드립니다.
getApplicationNames(node)를 받는 부분에서 requirement라는 파라미터를 추가하여 default는 true로 하여 만들면 크게 코드 안고치고 할 수 있지 않을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 하면서 좀...ㅋㅋㅋㅋㅋ 바꿔보겠읍니다..
미ㅏ쳐ㅑㅆ다.... ㄷㄷㄷㄷ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
- pdf viewer에 포트폴리오를 추가한다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컴포넌트가 깔끔해졌네요 👍 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋네요!! 혹시.. 가능하시다면 component postfix를 제거해주실 수 있을까요?(파일명 입니다)
주요 변경사항
리뷰어에게...
수정이 필요한 부분이 있다면 알려주세요.
관련 이슈
closes #101
체크리스트
reviewers
설정label
설정milestone
설정