feat(admin): 앱 버전 수정 및 히스토리 조회 기능 추가#189
Merged
Merged
Conversation
관리자 앱 버전 화면에서 최신 버전 문자열을 직접 수정할 수 있도록 API와 UI를 추가하고, version 입력을 major.minor.patch 형식으로 제한함. 같은 플랫폼의 기존 다른 버전보다 낮거나 같은 값은 생성·수정 모두에서 차단하도록 검증을 보강함
앱 버전 히스토리 조회 API와 관리자 페이지를 추가하고, 플랫폼 필터와 latest 상태, summary, 공지 항목, 생성·수정 시각을 함께 확인하도록 구성함
Collaborator
|
LGTM! |
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.
📝 요약(Summary)
개요
어드민 App Version 관리 기능을 확장하여 현재 노출 중인 앱 버전의 버전 값을 수정할 수 있도록 하고,
그동안 등록된 앱 버전 히스토리를 조회할 수 있는 관리자 페이지를 추가했습니다.
주요 변경사항
검증
git diff --check.\gradlew.bat compileJava.\gradlew.bat test --tests "com.devkor.ifive.nadab.domain.admin.application.AdminVersionCommandServiceTest" --tests "com.devkor.ifive.nadab.domain.admin.application.AdminVersionQueryServiceTest"🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.