Feature/#54 fe1 templates - #63
Open
daynight0219-ux wants to merge 21 commits into
Open
Conversation
added 13 commits
August 5, 2026 13:48
Collaborator
|
확인해 주셔서 감사합니다! 공유해 주신 내용 검토 및 로컬 확인 완료했습니다.
고생 많으셨습니다! |
added 8 commits
August 5, 2026 22:51
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.
작업 내용
확인이 필요한 부분
exams/templatetags/exam_extras.py를 새로 추가했습니다. subject_create/material_create/task_review 뷰가 같은 시험기간의 다른 과목 리스트를 context로 안 내려줘서, 프론트 표시용 읽기 전용 조회 함수를 템플릿 태그로 분리했습니다. views.py는 건드리지 않았습니다. (@장희원 확인 부탁드려요)/exams/tasks/review/인데 실제로는/exams/subjects/<exam_id>/tasks/review/로 구현되어 있어서, 과목 탭이 실제 페이지 이동 방식입니다.study_task_confirm이planner:feasibility로 리다이렉트하는데 아직 해당 URL이 없어서, 학습 작업 확정 이후 흐름은 테스트 못 했습니다.task_review뷰의action=save|confirm분기 처리가 아직 반영 안 된 상태라, 화면은 미리 만들어뒀지만 "저장하고 다음으로" 버튼 동작은 BE 반영 후 확인 필요합니다.Closes #54