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.
개요
작업내용
리뷰포인트
이제 평가가 성공, 시도, 실패 3가지로 이루어지면서 이전의 6가지 케이스가 필요없어져서 삭제했습니다.
앱 업데이트 후 최초 실행시 AppDelegate에서 이전 챌린지들 패치를 진행합니다.
updateLegacyChallenges()
설명updateChallenge()
로 챌린지를 업데이트 했습니다.기타
red와 purple을 제외한 나머지를 모두 .tried로 변환할 경우 .tried가 너무 많아질거 같은데 red, yellow를 success로, green, skyblue를 tried로, 나머디 두개를 fail로 변환하는게 더 좋을까요?
일단 제일 웃음과 제일 울음을 제외한 것들은 모두 tried로 변환되는게 더 적절해보여서 이렇게 했습니다