feat: 캘린더 기반 일정 - #9
Open
kiho-0 wants to merge 14 commits into
Open
Conversation
Contributor
|
현재 develop 브랜치 pull 받아오신 것 맞으실까요?! 작업하신 내용 보니 폴더 구조가 수정 전의 구조입니다 |
Contributor
Author
|
ModalIcons.tsx: 시계, 마이크, 재생, 삭제 등 SVG 벡터 아이콘 컴포넌트 모음 WheelPicker.tsx: 시간/분/초/AM·PM 선택을 담당하는 스크롤 피커 UI 컴포넌트 useScheduleRegistration.ts: 입력 폼, 시간 선택, 녹음/재생/저장 등 모든 상태와 로직을 관리하는 커스텀 훅 ScheduleRegistrationModal.styles.ts: 인라인 스타일을 정리하고 레이아웃 규칙을 정의한 StyleSheet 파일 scheduleModal.types.ts: 모달 Props, 시간 객체, 음성 타입 등 TypeScript 인터페이스 모음 ScheduleRegistrationModal.tsx: 분리된 훅, 컴포넌트, 스타일, 타입을 하나로 조합하는 메인 모달 UI |
This file contains hidden or 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
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.
일정 등록을 위해 UI 컴포넌트와 관련 상태 관리 로직을 구현했습니다. react-native-calendars와 react-native-wheel-pick을 사용하여 날짜 및 시간 선택 기능을 추가했으며, TTS와 보호자 음성을 선택할 수 있는 알림 설정 UI를 구성했습니다