[refactor/MAT-783] 집중학습 카드 발급 - 취약도 API로 교체#333
Open
anjm1020 wants to merge 1 commit into
Open
Conversation
…ions API MAT-783. The previous concept-history endpoint only aggregated raw correct/incorrect counts and was inaccurate as a focus-card issuance signal. The vulnerability API exposes server-computed action-level weakness scores (sorted desc) which directly model the issuance domain. - drop apis/controller/analytics - add apis/controller/vulnerability with getStudentWeakActions - remap the issuance page's '취약점' summary to render conceptNodeName, difficulty badge, vulnerability score, problemCount, lastCalculatedAt Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Linear
MAT-783 - 관리자페이지 - 집중학습 카드 발급 취약점 API로 변경
Summary
GET /api/admin/analytics/concept-history/{studentId}를GET /api/admin/vulnerability/students/{studentId}/weak-actions로 교체conceptNodeName· 난이도 배지(difficultyLevel) ·vulnerability점수 ·problemCount·lastCalculatedAt변경 파일
apps/admin/src/apis/controller/vulnerability/신규 (getStudentWeakActions)apps/admin/src/apis/controller/analytics/제거 (getConceptHistory)apps/admin/src/apis/index.tsexport 정리apps/admin/src/routes/_GNBLayout/focus-card/issuance/index.tsx섹션 UI/매핑 교체Test plan
🤖 Generated with Claude Code