{{ message }}
feat: 이클래스 과제 동기화 기능 추가#6
Draft
rdyjun wants to merge 1 commit into
Draft
Conversation
- 홈 화면의 인기 모집 영역을 이클래스 과제 카드로 교체 - 과제 갱신 버튼 클릭 시 이클래스 프록시 팝업 오픈 - api/eclass/proxy: HTML 중계 + 스크래퍼 스크립트 주입 - 스크래퍼: /my/ 수강 과목 -> 각 과목 과제 페이지 순회 -> postMessage로 부모에 전달 - 부모 창 clientRequestAuth로 /api/eclass/sync 호출하여 백엔드 저장 - 저장된 과제를 미제출/제출 완료로 구분 표시 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d2eb9dd to
00a8ea0
Compare
3 tasks
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
EclassAssignment)로 교체postMessage로 부모 창에 전달 →clientRequestAuth로 백엔드 저장변경 파일
EclassAssignment.tsx(신규) - 과제 카드 컴포넌트HomePageContent.tsx- PopularRecruits → EclassAssignment 교체api/eclass/proxy/route.ts- 이클래스 HTML 프록시 + 스크립트 주입api/eclass/sync/route.ts- 스크래핑 데이터 백엔드 저장api/eclass/assignments/route.ts- 저장된 과제 목록 조회Test plan
🤖 Generated with Claude Code