-
Notifications
You must be signed in to change notification settings - Fork 0
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
v1.0.0 Merge to main #64
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
17.0 > 16.0
## 수정사항 - 해당 월의 달력을 그리도록 CalendarGridView, DayCellView 추가
use lastest stable version xCode
## 수정 사항 - Calendar 관련 파일을 Calendar 폴더에 모음 - CalendarViewModel을 생성해 달력 월 이동과 View 그리는데 필요한 로직들을 관리하도록 함 - CalendarViewModel 테스트 코드 추가 - DayCellView에서 오늘 날짜인 경우 원형으로 표시가 되도록 수정
## 수정 사항 - Assets에 기분을 나타내는 Color 추가 - Color("ColorName")으로 직접 사용하지 않도록 ColorExtension 추가
Set mac OS, xcode version
- 특정 xcode 버전으로 빌드하도록 설정 - 시뮬레이터 os 버전 17.0.1로 변경
- github action을 15로 올려서 Preview 매크로를 사용할 수 있게되어 변경
- 감정 버튼 선택시 하이라이트 되도록 수정 - ForEach 문으로 Button을 생성. - TextEditor 100자 제한 로직 추가
- MoodRecord 폴더 추가
## 수정 사항 - MoodRecordViewModel 파일 생성 - ViewModel에서 context를 가질 수 있도록 DayCellView에서 MoodRecordView로 넘어올 때 View 모델에 context를 주입 - 코어데이터에 저장 시 Date 초기화를 위해 calendarModel도 함께 받도록 추가 - xcdatamodel 수정 - mood를 String 타입으로 변경 - CoreDataProperties와 CoreDataClass 추가 - Date와 mood를 non-optional로 관리하기 위해 manual로 생성
- 저장 Date를 'yyyy-mm-dd' 문자열로 관리하는 것이 좋을지 확인 필요
- 위젯에서 필요한 날짜 범위만큼 값을 가져오기위해 Timestamp 값을 date로 변경함. - string으로 테스트 하던 부분 모두 수정
- 상업적 이용 무료 폰트 - 추후에 사용할 여지 있어서 위젯, 앱 info.plist에 모두 추가
- 기록이 없는 경우는 문구를 넣음
- ForEach 반복문 수정(days의 count만큼 반복하도록 수정함)
- MoodRecordView의 구성 요소들을 var로 모두 분리
MonthPicker - '-'를 .으로 변경 - picker width 조정 - 사용하지 않는 ViewModel의 주석 제거 마음 현황 - 들여쓰기 조정 - nice인 경우 gray.opacity(0.8)로 설정
- 설정 화면 추가 - fileExporter와 fileImporter를 사용해 파일을 내보내고 가져오도록 함. - fileExporter에서 사용할 MindDocument 구조체 생성 (FileDocument를 채택해야함) - 내보낼 기록 없는 경우 alert 노출 - 기록 가져오는 경우 기존 기록 삭제 alert 노출 - 기록 내보내거나 가져온 이후 성공 alert 노출 - MoodRecord 클래스 Codable 채택 후 필요한 init메서드와 encode 메서드 구현 - .mind 확장자로 export 할 수 있도록 Info.plist에 UTExportedTypeDeclaration 추가 - 파일에 접근해야해서 plist에 LSSupportsOpeningDocumentsInPlace 설정도 추가 - SettingsViewModel test코드 추가
InfoPlist.xcstrings 사용해 앱 이름에 다국어 적용
alert이 필요한 부분에 alert 추가
languagecode가 한국인 경우는 한국 Url, 그 이외의 경우는 영어 url로 사파리 이동
삭제 버튼은 texteditor에 포커스가 없는 경우에만 (키보드 hide) 노출됨 delete 코드 추가 및 테스트 코드 작성
## 수정 사항 - 알림 설정 기능 추가 - 설정 화면에서 원하는 시간에 알림을 받을 수 있도록 시간 설정 기능 추가 - 테스트 코드 추가
- AccessibilityIdentifier를 관리하는 enum 추가 - 캘린더 달력 이동 테스트 추가 - button Tap 메서드와 text 확인 메서드를 Extension으로 추가
- 기분 기록 추가 및 수정 테스트 - 기록 추가 시 마음 현황 업데이트가 잘 되는지 - 기분 삭제 테스트
- 기록 백업/복원 테스트 - 알림 설정 시간 변경 테스트 - 개인정보 처리 방침 이동 테스트
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.
No description provided.