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

[Feature][Fix] 타임 피커에서 미래시간을 선택하지 못하게 합니다. + AM, PM 하드코딩을 변경합니다. #60

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

no1msh
Copy link
Contributor

@no1msh no1msh commented Sep 3, 2024

resolved #55
resolved #59

AS-IS

�AM, PM이 하드코딩 되어있고, 타임 피커에서 미래시간을 선택할 수 있습니다.

TO-BE

다 고칩니다.

KEY-POINT

이게 아무래도 컴포넌트 자체가 12h AM/PM 형식이니 굉장히 엣지 케이스도 많고 더군다나 am과 pm이 겹쳐지는 시간대는 아마 더 심할 것으로 예상되어서 기획 + 디자인을 바꿔보는 것을 건의하고 싶습니다.

SCREENSHOT (Optional)

@no1msh no1msh added the bug Something isn't working label Sep 3, 2024
@no1msh no1msh requested a review from librarywon September 3, 2024 17:41
@no1msh no1msh self-assigned this Sep 3, 2024
Copy link
Contributor

@librarywon librarywon left a comment

Choose a reason for hiding this comment

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

�엣지 케이스 쳐내시느라 고생 너무 많이 하셨습니다!
다음 업데이트에 24시간으로 바꾸는 제안을 해보는게 정말 좋겠네요.. 아니면 다시 고르게 만들던가

@@ -92,21 +92,34 @@ fun HY2TimePicker(
.wrapContentHeight()
.background(Gray800, RoundedCornerShape(DIALOG_CORNER_RADIUS.dp)),
) {
val hours: List<String> =
val meridiem: List<String> =
Copy link
Contributor

Choose a reason for hiding this comment

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

이게 정오라는 뜻이였군요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

정오가 아니라 AM, PM 이런게 영어로 저겁니다!

Copy link
Contributor

@librarywon librarywon Sep 4, 2024

Choose a reason for hiding this comment

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

엥 번역기에서는 정오라는 뜻이던데 아니였군요.. 어쩐지 리스트더라

…ker-component

# Conflicts:
#	main-data/src/main/java/com/teamhy2/main/data/repository/DefaultStudyDayRepository.kt
#	main-presentation/src/main/java/com/teamhy2/feature/main/component/RunningTimerComponent.kt
@no1msh no1msh merged commit ded6014 into develop Sep 4, 2024
1 check passed
@librarywon librarywon deleted the Feature/#55-timpicker-component branch September 5, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants