feat: 캘린더 기반 일정#9
Open
kiho-0 wants to merge 8 commits into
Open
Conversation
Contributor
|
현재 develop 브랜치 pull 받아오신 것 맞으실까요?! 작업하신 내용 보니 폴더 구조가 수정 전의 구조입니다 |
Contributor
Author
|
CalendarSchedule.tsx: 복약 및 일정 등록 화면의 메인 컨테이너입니다. 사용자 입력 상태(이름, 일정명 등)를 관리하고, 달력과 시간 선택기 등 하위 컴포넌트들을 조립하여 전체 화면을 구성합니다. TimePickerSection.tsx: 시간 선택 전용 UI 컴포넌트입니다. react-native-wheel-pick을 사용하여 사용자가 시, 분, 초, 오전/오후를 직관적인 휠 인터페이스로 설정할 수 있게 합니다. VoiceSettingsSection.tsx: 음성 관련 설정 기능을 담당하는 컴포넌트입니다. TTS(음성 합성) 알림 설정 및 보호자 음성 녹음 기능을 위한 UI와 제어 로직을 제공합니다. ScheduleStyles.ts: 전체 일정 관련 화면에서 사용하는 공통 스타일 정의 파일입니다. 폰트, 색상, 레이아웃 간격 등을 통합 관리하여 앱 전반의 디자인 일관성을 유지합니다. |
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를 구성했습니다