[Chore] 훈장 설명과 미션 제목을 서버에 맞춰 숫자로 바꾼다 - #278
Merged
Merged
Conversation
…와 미션 제목 6개가 한글 수에서 숫자로 바뀌었다, 계약 문서인 훈장표와 훈장 응답 픽스처를 새 문구로 맞추고 옛 문구를 넣던 테스트와 CI 골든 이미지를 다시 만든다
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.
✔️ 연관 이슈
📝 작업 내용
백엔드에서 서버가 내려주는 훈장 설명 12개와 미션 제목 6개를 한글 수(쉰 번, 서른 문제)에서 숫자(50번, 30문제)로 바꿔서, 앱 레포에 남아 있던 옛 문구를 맞췄습니다.
docs/훈장/훈장표.md를 새 설명으로 고쳤습니다. 백엔드Achievement.java가 이 문서를 원본으로 가리키고 있어서 서버와 어긋난 상태였습니다.achievement_table_test.dart가 문서와 픽스처를 직접 비교해서, 문서만 고치면 여기서 실패합니다.세 문제만,열 권의 노트는 테스트가 직접 넣는 값이라 안 고쳐도 통과하지만 서버 값과 맞춰 두었습니다.✅ 검증
CI=true flutter test로 2106개가 모두 통과했습니다.dart format검사와flutter analyze의 error, warning 은 0 건입니다.기어이 맞힌 것도, 서른 날을 안 빼먹은 것도처럼 문구를 인용하지 않고 설명한 문장(AchievementModel.dart:4,AchievementScreen.dart:21등)은 그대로 두었습니다.