-
Notifications
You must be signed in to change notification settings - Fork 75
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
일기장 [STEP 3] hoon, karen #140
Open
Hoon94
wants to merge
15
commits into
yagom-academy:ic_9_karen
Choose a base branch
from
karenyang835:Step3
base: ic_9_karen
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3abdab1
✴️ feat: CoreLocation기반 위치정보 가져오기 구현
bee3021
✴️ feat: decodeData 메서드 구현 및 모델 생성
Hoon94 2c4dcc2
✴️ feat: NetworkManager 생성 및 fetchWeather메서드 구현
c0f9831
✴️ feat: WeatherAPI 생성 및 API KEY 숨기기
Hoon94 dce924f
✴️ feat: CoreData 마이그레이션 및 fetchIconImage 메서드 추가
40638b0
💥refactor: Cell 재사용을 위한 초기화 및 날씨 icon autolayout 수정
Hoon94 1dd316c
✴️ feat: NetworkAPI 생성
5c59781
💥refactor: NetworkAPI 수정
35ac31f
💥refactor: CacheStore로 네이밍 변경
Hoon94 7d36fcf
💥refactor: prepareForReuse 메서드 수정
336190a
✴️ feat: showToast 메서드 생성
Hoon94 6ee190e
💥refactor: if let으로 수정하여 가독성 향상
Hoon94 3874d6b
🖨️ chore: 스토리보드 삭제
93bcb24
✍️ docs: README.md 수정
karenyang835 0482761
✍️ docs: README.md 수정
karenyang835 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
10 changes: 10 additions & 0 deletions
10
Diary/CoreData/Diary.xcdatamodeld/Diary v2.xcdatamodel/contents
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21754" systemVersion="22G91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> | ||
<entity name="Diary" representedClassName="Diary" syncable="YES" codeGenerationType="class"> | ||
<attribute name="body" optional="YES" attributeType="String"/> | ||
<attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="icon" optional="YES" attributeType="String"/> | ||
<attribute name="main" optional="YES" attributeType="String"/> | ||
<attribute name="title" optional="YES" attributeType="String"/> | ||
</entity> | ||
</model> |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weatherData( 는 조금 어색한 것 같습니다.
무엇을 위한 API 인지가 들어가는 이름이 적합해보입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5c59781
localWeather
라는 네이밍으로 수정했습니다.😊