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

[시간표] 시간 자동 조정 기능 #494

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Gwak-Seungju
Copy link
Contributor

@Gwak-Seungju Gwak-Seungju commented Sep 19, 2024

What is this PR? 🔍

Changes 📝

  • 윈도우 환경에서 버튼 내 글자가 깨지는 부분을 수정했습니다.
  • 일부 드롭다운 펼칠 시 downArrow 이미지가 어색한 부분을 수정했습니다.
  • 종료 시간을 24시 00분 까지 선택 가능하게 했습니다.
  • 시작 시간이 12:00인데 종료 시간을 10:00로 선택하는 경우와 같이 올바르지 않은 시간을 선택하는 경우 자동으로 시간 조정이 되도록 했습니다. 올바르지 않은 시간을 선택하는 경우 선택한 시간에서 +1시간 혹은 -1시간을 하여 자동 조정해줍니다.

위의 예시에서는 12:00 ~ 10:00(선택) -> 09:00 ~ 10:00
10:00(선택) ~ 10:00 -> 10:00 ~ 11:00

예외의 경우

  • startTime을 23:30으로 선택했을 때 endTime은 24:00으로 설정
  • endTime을 09:00이나 09:30으로 선택하면 startTime은 09:00로 설정

ScreenShot 📷

  • 버튼 내 글자 깨짐
    image image
    image image

  • 드롭다운 downArrow 이미지 수정
    image image image

  • 시간 자동 조정

-.-.Chrome.2024-09-19.11-44-16.mp4

Test CheckList ✅

Precaution

✔️ Please check if the PR fulfills these requirements

  • It's submitted to the correct branch, not the develop branch unconditionally?
  • If on a hotfix branch, ensure it targets main?
  • There are no warning message when you run yarn lint

@Gwak-Seungju Gwak-Seungju added ✨ Feature 기능 개발 👤 User 유저, 시간표 도메인 labels Sep 19, 2024
@Gwak-Seungju Gwak-Seungju self-assigned this Sep 19, 2024
@Gwak-Seungju Gwak-Seungju changed the title Feat/#493/adjust time correctly [시간표] 시간 자동 조정 기능 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 👤 User 유저, 시간표 도메인
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

[시간표] 강의 직접 추가 시 시간 조정 메시지 구체화
1 participant