Create Week10 Mission 1#47
Open
chldnjswo wants to merge 2 commits into
Open
Conversation
Contributor
|
안녕하세요! 10주차 과제 진행하시느라 고생 많으셨습니다💚 1) 배포용 AAB 빌드 (PR에 AAB 경로 기재)빌드 명령Week10/Deku 루트에서:
.\gradlew.bat bundleRelease
./gradlew bundleReleaseAAB 파일 경로 (PR 본문에 적을 것)Gradle 기본 출력 경로는 동일합니다: 이 경로를 PR에 그대로 “업로드(기재)”하면 1번 체크 완료입니다. 2) Claude Code로 코드 리뷰 받기 + 개선 반영 (지금 폴더 기준)현재 확인된 것
하지만 과제 제출 관점에서 “부족한 것”
3) 참고: Deku의 build.gradle에서 좋은 점/주의점좋은 점
val reqResApiKey = localProperties.getProperty("REQRES_API_KEY")
?: System.getenv("REQRES_API_KEY")
?: ""
buildConfigField("String", "REQRES_API_KEY", buildConfigString(reqResApiKey))→ 로컬/CI 모두 대응 가능.
if (keystorePropertiesFile.exists()) { create("release") { ... } }
...
if (keystorePropertiesFile.exists()) { signingConfig = signingConfigs.getByName("release") }주의(제출 안정성)
워크북 진행하시느라 수고하셨습니다! 궁금한 점 있으시면 언제든 말씀해 주세요! |
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.
📝 미션 번호
10주차 Mission 1
📋 구현 사항
ProfileViewModel의 기존 요청을 취소하고 로딩 상태를 즉시 반영하여 프로필 조회 중복 요청 및 이전 응답의 상태 덮어쓰기 방지📎 스크린샷
✅ 체크리스트
🤔 질문 사항