복약등록#11
Open
kiho-0 wants to merge 8 commits into
Open
Conversation
…App/Caring-FrontEnd into feature/MedicationSchedule
Contributor
Author
|
CalendarSchedule.tsx: 전체 화면 레이아웃 및 전체 상태(이름, 일정 등) 관리 MedicationSchedule.tsx: 복약 관련 주요 화면 로직 및 컴포넌트 조합 MealSelector.tsx: 식사 시간(아침/점심/저녁) 선택 및 상태 제어 TimePickerSection.tsx: 복약 시간 및 알림 주기 상세 설정 컴포넌트 VoiceSettingsSection.tsx: TTS 알림 및 보호자 음성 녹음 기능 설정 DaySelector.tsx: 복약 요일 선택 기능 구현 MedicationStyles.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와 상태 관리 로직을 구현했습니다. 약 이름(아침/점심/저녁) 선택과 요일별 반복 설정 기능을 추가했으며, WheelPicker를 활용한 복용 시간 및 재알림 간격 선택 UI를 구성했습니다. 또한, TTS와 보호자 음성 녹음 중 알림 방식을 선택할 수 있는 기능을 포함했습니다.