-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#9] 키워드 입력값 파라미터 추가 #10
[#9] 키워드 입력값 파라미터 추가 #10
Conversation
src/main/kotlin/com/easternkite/remain/application/MessageUtil.kt
Outdated
Show resolved
Hide resolved
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.
기존 명령어에 키워드라는 개념을 추가하여
더욱 유연한 리스폰스를 받을 수 있도록 잘 작성해주셨네요~ 👍
다만 기존 포맷이었던 /time {시간}
은 사용이 불가능해진것으로 보이는군요!
간편하게 /time {시간}
포맷을 원하시는 분도 계실 것 같아서,
기존 포맷도 함께 사용할 수 있도록 구현되면 좋을 것 같아요~~
선택지 1. /time {시간} -> 퇴근시간까지 9시간 40분 남았습니다 😂
선택지 2. /time {키워드} {시간} -> {키워드} 시간까지 9시간 40분 남았습니다 😂
* keyword, time 입력값 순서도 변경
4101a11
to
fb975a9
Compare
@easternkite 📌 fb975a9 |
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.
안그래도 그 부분이 마음에 걸렸는데, 좋은 의견 감사합니당 💯 💯
📌 fb975a9
말씀주신 내용대로 기존 방식도 지원하고, 원하는 키워드가 있을 경우 이어서 추가로 입력받도록 하는 방향이 더 간편하다고 생각이 들어서
파라미터 입력값 순서 변경 및 기존 방식 대응되도록 변경하였는데욥! 한번더 확인 부탁드립니다~!
@myoungji-kim 모든 리비전 확인 완료했습니다.
고생하셨습니다!
드디어 main에 첫 커밋...!!! ㄷㄱㄷㄱ!!!!!!! |
이슈
AS-IS
TO-BE
리뷰 요구사항