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

[FE] 시간 선택 옵션 수정 #188

Merged
merged 2 commits into from
Aug 8, 2024
Merged

[FE] 시간 선택 옵션 수정 #188

merged 2 commits into from
Aug 8, 2024

Conversation

Largopie
Copy link
Contributor

@Largopie Largopie commented Aug 8, 2024

관련 이슈

작업 내용

  • 24시 -> 00시로 서버 측에 보낼 수 있도록 value 수정

특이 사항

리뷰 요구사항 (선택)

@Largopie Largopie added 🐈 프론트엔드 프론트엔드 관련 이슈에요 :) 🚀 기능 기능을 개발해요 :) 🐞 버그 버그가 발생했어요 :( labels Aug 8, 2024
@Largopie Largopie added this to the 3차 데모데이 milestone Aug 8, 2024
@Largopie Largopie self-assigned this Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

Test Results

5 tests   5 ✅  3s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit ba87530.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@Yoonkyoungme Yoonkyoungme left a comment

Choose a reason for hiding this comment

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

🐪🐫

Comment on lines 35 to 36
// 시간상 24시는 존재하지 않기 때문에 백엔드에서 오류가 발생. 따라서 24시일 때, 00:00시로 표현하기로 합의(@낙타)
times.push({ value: `${String(i === 24 ? 0 : i).padStart(2, '0')}:00`, label: label + ':00' });
Copy link
Contributor

Choose a reason for hiding this comment

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

[P3]
좀 더 명확하게 설명하기 위해
00:00시로 표현하기로 합의 -> 오전 12:00으로 표현하지만, 서버에 00:00으로 전송 이라고 변경하는건 어떨까요?

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

@hwinkr hwinkr left a comment

Choose a reason for hiding this comment

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

🐪 카멜씨, 어프루브 드립니다 🐪

고생했어요!!!

Comment on lines 35 to 36
// 시간상 24시는 존재하지 않기 때문에 백엔드에서 오류가 발생. 따라서 24시일 때, 00:00시로 표현하기로 합의(@낙타)
times.push({ value: `${String(i === 24 ? 0 : i).padStart(2, '0')}:00`, label: label + ':00' });
Copy link
Contributor

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 세세한 빙봉...

@Largopie Largopie merged commit 976e1c9 into develop Aug 8, 2024
5 checks passed
@Largopie Largopie deleted the fix/187-time-select branch August 8, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐈 프론트엔드 프론트엔드 관련 이슈에요 :) 🐞 버그 버그가 발생했어요 :( 🚀 기능 기능을 개발해요 :)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FE] 시간 범위 선택 옵션을 수정해요 :)
4 participants