-
Notifications
You must be signed in to change notification settings - Fork 0
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] 정렬기준 default 값 변경 #54
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.
수고하셨습니다! 👍👍👍
public enum CallType implements EnumField { | ||
OUTSIDE("1", "밖에서"), | ||
INSIDE("2", "안에서"), | ||
ANYWAY("3", "상관없음"); |
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.
기획적인 의견이긴한데..
- 밖에서
- 5분 이내는 안에서
- 상관없음
로 나누는건 어떤가요? 현재는 2번과 3번이 둘이 비슷해보여서 의견드립니당
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.
음 뭔가 딱 와 닿는게 없어서 회의 때 말 해볼까요?? 저도 뭔가 딱 기준이 안세워지네요
Related Issue 🪢
Summary 🌿
Before i request PR review 🧤