Skip to content

LC-2838 Sprint 17#2122

Draft
hyonun321 wants to merge 49 commits intomainfrom
LC-2838-Sprint-17
Draft

LC-2838 Sprint 17#2122
hyonun321 wants to merge 49 commits intomainfrom
LC-2838-Sprint-17

Conversation

@hyonun321
Copy link
Contributor

@hyonun321 hyonun321 commented Feb 14, 2026

연관 작업

@gemini-code-assist
Copy link

Summary of Changes

Hello @hyonun321, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 클로드 개발 환경의 로컬 설정을 초기화하는 것을 목표로 합니다. 특정 도메인에 대한 웹 페치 권한을 명시적으로 허용하는 설정 파일을 추가하여, 개발자가 외부 리소스에 안전하게 접근할 수 있도록 합니다. 이는 개발 워크플로우를 간소화하고 잠재적인 권한 문제를 방지하는 데 도움이 됩니다.

Highlights

  • 클로드 로컬 설정 추가: .claude/settings.local.json 파일을 새로 추가하여 클로드 개발 환경에 필요한 웹 페치 권한을 정의했습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .claude/settings.local.json
    • 클로드 개발 환경에서 필요한 웹 페치 권한을 정의하는 설정 파일이 추가되었습니다.
Activity
  • 이 PR은 아직 활동이 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions github-actions bot changed the title chore: 클로드 로컬 세팅 추가 LC-2838 Sprint 17 Feb 14, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 Claude 도구에 대한 로컬 설정 파일을 추가합니다. .local.json 확장자를 가진 파일은 일반적으로 버전 관리에 포함되지 않으므로, 이 파일이 모든 개발자에게 공통적으로 적용되어야 하는 설정이라면 파일명을 변경하는 것을 고려해 보세요. 자세한 내용은 파일에 대한 개별 댓글을 참고해 주세요.

hyonun321 and others added 5 commits February 14, 2026 19:16
- CLAUDE.md 신규 생성 (프로젝트 핵심 규칙, 폴더 구조, 코딩 스타일, Toss/Vercel 프랙티스)
- .cursor/rules/domain-folder-structure.mdc 신규 생성 (도메인 기반 파일 배치 규칙)
- 파일 배치 3단계 결정 플로우차트 포함
- 상세 규칙 참조 테이블 추가
- AGENTS.md 도메인 기반 폴더 구조 규칙 추가 및 상세 참조 테이블 추가
- .github/copilot-instructions.md 신규 생성 (GitHub Copilot용 프로젝트 규칙)
- 모든 AI 도구가 동일한 상세 규칙 파일을 참조하도록 통일
- .gemini/styleguide.md 최상단에 도메인 기반 폴더 구조 리뷰 규칙 추가
- 리뷰 시 반드시 지적할 패턴 4가지 명시
- 풀스택/커밋 컨벤션 상세 규칙 참조 테이블 추가
- 기존 Toss Frontend 코드 예시 전체 유지
@hyonun321 hyonun321 marked this pull request as draft February 14, 2026 10:27
yeji424 and others added 20 commits February 16, 2026 20:06
- curationTypeSchema에 RESOURCE 타입 추가
- 한글 매핑 RESOURCE → 자료집 추가
- CurationSelectModal에 RESOURCE case 추가 (블로그 데이터로 mock)
- TODO: 자료집 API 완성 후 모달 데이터 교체 필요

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- placeholder 아이콘(Intro9) 및 href(#) 사용, 추후 교체 예정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
543줄 모놀리식 컴포넌트를 6개 섹션 컴포넌트로 분리하여 응집도 개선
- BlogBasicInfoSection: 카테고리, 제목, 설명, 썸네일
- BlogTagSection: 태그 관리
- BlogProgramRecommendSection: 프로그램 추천
- BlogRecommendSection: 블로그 추천
- BlogPublishDateSection: 게시 일자
- BlogActionButtons: 취소/임시저장/발행 버튼

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- useBlogEditForm 훅으로 상태+핸들러 추출하여 페이지를 렌더링 셸로 축소
- page.tsx를 서버 컴포넌트로 변환, fetchBlogData로 초기 데이터 서버에서 fetch
- useBlogQuery에 initialData 옵션 추가
- useEffect 기반 데이터 동기화 제거
- loading.tsx 추가로 Suspense 로딩 UI 적용

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pages/blog/ 하위 7개 페이지 컴포넌트를 domain/admin/blog/로 이동하여
블로그 도메인 코드를 한 곳에 응집. CLAUDE.md 도메인 폴더 구조 원칙 준수.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
각 섹션에서만 사용되는 핸들러를 useBlogEditForm에서 해당 섹션으로 이동하여
props drilling 줄이고 응집도 향상
- BlogTagSection: 태그 CRUD 로직 및 상태 내재화
- BlogProgramRecommendSection: 프로그램 선택 핸들러 내재화
- BlogRecommendSection: 블로그 추천 핸들러 내재화
- BlogBasicInfoSection: 썸네일 업로드 핸들러 내재화

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 마그넷 타입 상수 및 인터페이스 정의 (types.ts)
- 목 데이터 및 가짜 API 함수 추가 (mock.ts)
- 사이드바에 '마그넷 관리/등록' 메뉴 추가
- page.tsx를 Server Component로 구성 (ISR/SSR 대응)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- MagnetFilter: 마그넷 ID, 타입, 제목 키워드 검색 필터
- MagnetTable: MUI DataGrid 기반 테이블 (타입별 조건부 렌더링)
- MagnetCreateModal: 타입 선택 + 제목 입력 등록 모달

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hyonun321 and others added 23 commits February 20, 2026 00:35
- 서버에서 주입받은 initialData로 초기 렌더링
- 클라이언트 사이드 필터링, 등록, 삭제, 노출여부 토글
- 목 데이터 → API 전환 시 교체 포인트에 TODO 주석

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…록-추가

LC-2855 ADMIN 마그넷 내부화 관리 등록 추가
MagnetPostContent, MagnetPostDetail, MagnetPostReqBody 타입과
fetchMagnetPost, saveMagnetPost, fetchManageableMagnets mock 함수 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
챌린지 프로그램 필터링 + CTA 소제목 자동완성 기능 포함

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
MagnetPostPage 메인 컴포넌트, useMagnetPostForm 훅, App page 연결
타입/제목/메타디스크립션/썸네일/프로그램추천/마그넷추천/노출기간/공통신청폼/콘텐츠편집1,2/액션버튼 포함

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 결제 시스템 코드 수정 최소화를 위함
- 챌린지/라이브와 같이 한 곳에서 관리하도록 수정
- 챌린지/라이브와 같이 스키마, 타입 Id패턴으로 통일
- 챌린지/라이브와 필드명 통일로 수정
- api 연결 전: fetch 실패 시 mock데이터 반환
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…우-UI-및-API-연동

LC-2842 USER 가이드북 결제 결제 플로우 UI 및 API 연동
- 큐레이션에 가이드북 타입 추가
- 리뷰 뱃지 : 가이드북일 때 미표시
- API 스펙 추정, 백엔드 확정 시 조정 예정
- 리뷰뱃지 default 케이스 제거
- Programs VOD/가이드북 분기 includes로 정리
…-등록-버튼-추가-및-목록-UI-구현

LC-2848 ADMIN 프로그램 관리 가이드북 등록 버튼 추가 및 목록 UI 구현
- 상수화, await추가, key추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants