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.
안녕하세요. 웨더! @SungPyo
호박 @hoBahk 아리 @leeari95 입니다!
STEP4 요구사항 모두 구현하여 PR 보내드립니다.
혹시 부족한 점이나 놓친 부분이 있다면 번거롭더라도 한번 더 짚어주시면 감사하겠습니다. 🙇🏻♀️
고민했던 점
1. 검색 기능
실시간
으로 보여줄 수 있도록NSPredicate
를 활용하여 fetch하는 기능을 추가빈 문자열("")
이라면 다시 메모의 전체목록을 보여줄 수 있도록 구현2. 지역화
언어
영어를 기본설정으로 하고 한국어에 대해서도 다국어화를 지원하도록 구현날짜
시간은 시스템 시간을 따르도록 하고, 날짜 형식은 언어에 따라 포맷을 변경되도록 구현3. 접근성
메모 내용
이라는accessibilityLabel
을 추가하여, 메모 텍스트를 읽기 전에 좀 더 화면의 구성요소를 이해하기 쉽도록 구현Dynamic Type
을 적용하여 사용자가 원하는 사이즈로 텍스트 크기를 설정할 수 있도록 유연성을 제공궁금했던 것 / 조언이 필요한 점
1. Localization을 할 때
Cancel
,OK
등은 자동으로 지역화해주지 않나요?2. Dropbox에서 백업했던 파일을 다운로드해서 파일을 덮어쓰면 데이터베이스 에러 발생
SQLite error code:6922, 'disk I/O error' CoreData: error: (6922) I/O error for database at
database integrity compromised by API violation: vnode unlinked while in use
3. CoreData를 불러오는
fetch
기능의 비용검색기능을 구현할 때 두 가지 방법으로 고려했습니다.
저희는 데이터를 CoreData에서 관리하고 필요한 데이터만 가져오는 것이 더 적절하다고 생각하여 1번의 방법으로 구현하였습니다. 웨더는 어떻게 생각하시는지 웨더의 의견이 궁금합니다~!!
이번 피드백도 잘 부탁드리겠습니다~ 😁🙏🏻