feat: exams,accounts의 view 구현 및 기존 exams 모델의 name 수정 - #34
Open
h2ew0n wants to merge 2 commits into
Open
Conversation
Collaborator
|
전체적인 accounts/exams View 구현과 사용자 소유권 필터링 방향은 좋습니다. 회원가입 시 accounts/exams URL 연결은 PR #35에서 별도로 구현된 것을 확인하여, 이번 PR에서는 아래 사항만 수정 부탁드립니다.
|
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.
관련 이슈
#24
주요 변경 사항
1.
exams모델 수정 (Refactoring)Exam모델 내 필드명을 최신 명세 및 AI 분석 모듈 연동 기준에 맞춰subject_name으로 기존name에서 변경StudyTask의estimated_min_minutes가estimated_max_minutes보다 크지 않도록 검증StudyTask.exam과StudyMaterial.exam참조 일치 검증 로직 반영2.
accounts앱 View & Form 구현AuthenticationForm커스텀)SignupForm,LoginForm클래스명 매핑 정리 (CustomUserCreationForm,CustomAuthenticationForm사용 정제)3.
exams앱 View 구현🔍 테스트 및 검증 사항
runserver)를 통한 URL 라우팅 (reverse()) 검증 완료Exam.name필드 수정에 따른 템플릿 및 관련 참조 코드 에러 유무 점검 완료