-
Notifications
You must be signed in to change notification settings - Fork 2
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
[기능 추가] useAnimation 및 useDate 등 새로운 훅스 추가 #67
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.semicolons.knubus_v 1.0.1
Release/1.0.2
handleKakaoPress와 handleLogoPress 함수를 handlePress 함수 하나로 통합함
- 변수 명을 일관성 있게 변경하여 코드 가독성 향상 - 스타일 정의를 코드 하단으로 분리하여 JSX 코드 가독성 개선 - 불필요한 주석 제거
Feature/frontend module
docs : readme release/1.0.4 업데이트
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
작업 사항
useAnimation
: 애니메이션 효과를 위한 커스텀 훅 추가useDate
: 날짜와 관련된 상태 및 로직을 처리하는 커스텀 훅 추가useMapScreen
: 지도 화면의 상태와 로직을 처리하는 커스텀 훅 추가useRound
: 순환버스 회차 관련 상태와 로직을 처리하는 커스텀 훅 추가변경 사항
useAnimation
훅 추가: 애니메이션 효과를 위한 로직을 분리하여 재사용 가능하도록 구현useDate
훅 추가: 날짜와 관련된 상태 및 로직을 처리하는 기능 구현useMapScreen
훅 추가: 지도 화면의 상태와 로직을 처리하는 기능 구현useRound
훅 추가: 순환버스 회차 관련 상태와 로직을 처리하는 기능 구현테스트 방법
useAnimation
테스트: 애니메이션 효과가 정상적으로 동작하는지 확인useDate
테스트: 날짜 선택, 이전/다음 날짜 이동 기능이 정상적으로 동작하는지 확인useMapScreen
테스트: 지도 화면의 상태 변경 및 모달 기능이 정상적으로 동작하는지 확인useRound
테스트: 현재 시각 및 순환버스 회차 관련 기능이 정상적으로 동작하는지 확인관련 이슈
참고 사항
HomeScreen.js
,MapScreen.js
,TimeScreen.js
파일 삭제 후 관련 훅스로 대체스크린샷 (선택 사항)
체크리스트
Reviewer: