Skip to content

Conversation

jajugoguma
Copy link
Contributor

Please check if the PR fulfills these requirements

  • It's submitted to right branch according to our branching model
  • It's right issue type on title
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • It does not introduce a breaking change or has description for the breaking change

Description


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

Copy link

@jwlee1108 jwlee1108 left a comment

Choose a reason for hiding this comment

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

리뷰 완료합니다.

@@ -768,8 +768,16 @@ var TimePicker = defineClass(
* @private
*/
applyRange: function(beginHour, beginMin, endHour) {
var toSetHour = beginHour;

Choose a reason for hiding this comment

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

변수명이 약간 어색하네요. 그냥 hourminute로 해도 괜찮을 것 같은데 이건 단순 아이디어이니 반영 안하셔도 돼요~

Choose a reason for hiding this comment

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

저도 이런 상황에서는 target 이라는 접두사를 더 많이 사용해서 그런지 어색하네요.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

접두사를 toSet에서 target으로 변경했습니다.
단순히 hourminute로 사용하니 정확히 어디에 쓰이는 변수인지 알기 조금 어려운 느낌이 있어 제시해주신 접두사를 붙이는 것으로 했습니다.

Copy link

@adhrinae adhrinae left a comment

Choose a reason for hiding this comment

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

리뷰 완료합니다.
맥락이 조금 부족해서 그런데 반영되는 부분에 대한 구현 의도가 PR Description에 적혀있으면 더 꼼꼼히 리뷰를 진행할 수 있겠어요.

@@ -768,8 +768,16 @@ var TimePicker = defineClass(
* @private
*/
applyRange: function(beginHour, beginMin, endHour) {
var toSetHour = beginHour;

Choose a reason for hiding this comment

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

저도 이런 상황에서는 target 이라는 접두사를 더 많이 사용해서 그런지 어색하네요.

Copy link

@js87zz js87zz left a comment

Choose a reason for hiding this comment

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

리뷰 완료입니다.

Copy link
Contributor

@lja1018 lja1018 left a comment

Choose a reason for hiding this comment

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

리뷰완료합니다.

@jajugoguma jajugoguma merged commit 8395127 into master Aug 26, 2021
@jajugoguma jajugoguma deleted the fix/range-with-step branch August 26, 2021 07:26
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.

There is issue while using timepicker using range and step
5 participants