-
Notifications
You must be signed in to change notification settings - Fork 2
LC-2838 Sprint 17 #2122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
hyonun321
wants to merge
49
commits into
main
Choose a base branch
from
LC-2838-Sprint-17
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
LC-2838 Sprint 17 #2122
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
ac9f763
chore: 클로드 로컬 세팅 추가
hyonun321 96b727e
feat: Claude Code 및 Cursor 도메인 폴더 구조 규칙 추가
hyonun321 0e0d262
feat: AGENTS.md 개선 및 Copilot 규칙 신규 추가
hyonun321 be0b56e
feat: Gemini 코드리뷰 규칙에 폴더 구조 및 상세 참조 추가
hyonun321 e3e9bd1
fix: Copilot 가이드 Prettier 설정 semicolons 누락 수정
hyonun321 f3b89e6
Merge pull request #2123 from Let-s-intern/LC-2839-AI-rule-주입
hyonun321 35d3b6f
feat: 가이드북 프로그램 타입, URL 유틸 추가
yeji424 cb49648
feat: 가이드북 API 스키마, UI용 데이터 추가
yeji424 1c30c96
feat: 가이드북 상페 라우트 추가
yeji424 8a32b6f
feat: 가이드북 상페 BasicInfo UI구현
yeji424 3232362
feat: 가이드북 상페 Navbar 구현
yeji424 877731a
feat: 가이드북 상페 CTA버튼 UI구현
yeji424 9efcf9a
feat: 큐레이션 타입에 자료집(RESOURCE) 추가
hyonun321 114b675
feat: 홈 인트로 섹션에 무료 자료집 받기 아이콘 메뉴 추가
hyonun321 18ba8bf
refactor: 가이드북 상세 스키마 ID 필드 제거
yeji424 84eda77
fix: 레거시 프로그램 타입에서 guidebook 타입 제외
yeji424 f6a1a11
fix: 레거시 신청 섹션 프로그램 타입에서 guidebook 타입 제외
yeji424 aa50419
Merge pull request #2125 from Let-s-intern/LC-2840-USER-가이드북-상페-UI-구현
yeji424 ec782cc
refactor: BlogEditPage 섹션 기반 컴포넌트 분리
hyonun321 9435c03
feat: href 무료 자료집 받기 추가
hyonun321 9be32e5
feat: magnet 페이지용 빈 page.tsx 추가
hyonun321 741ca25
refactor: BlogEditPage 커스텀 훅 추출 + SSR 하이브리드 적용
hyonun321 9f80da4
refactor: 블로그 어드민 pages/ 폴더 제거, domain/admin/blog/로 통합
hyonun321 1600d63
refactor: 블로그 섹션별 핸들러 코로케이션 적용
hyonun321 1364cb5
feat: 마그넷 관리 페이지 기반 세팅 (types, mock, 라우트, 사이드바)
hyonun321 b3497be
feat: 마그넷 관리 UI 컴포넌트 구현 (Filter, Table, CreateModal)
hyonun321 3d4269e
feat: 마그넷 관리 페이지 오케스트레이터 구현 (MagnetListPage)
hyonun321 7c6b971
build: git ignore에 claude 설정 추가
hyonun321 f676b5a
Merge pull request #2126 from Let-s-intern/LC-2850-ADMIN-홈-큐레이션-페이지-생성
hyonun321 412a58d
fix: 빈 magnet page.tsx에 기본 export 추가 (빌드 에러 수정)
hyonun321 3d0f5c7
Merge pull request #2127 from Let-s-intern/LC-2855-ADMIN-마그넷-내부화-관리-등…
hyonun321 ff07d9b
Merge pull request #2128 from Let-s-intern/LC-2853-ADMIN-블로그-글-에디터-개선
hyonun321 85a5eff
feat: 마그넷 글 관리 타입 및 mock 데이터 추가
hyonun321 82960b5
feat: 마그넷 프로그램 추천 및 마그넷 추천 섹션 컴포넌트 구현
hyonun321 194d075
feat: 마그넷 글 관리 페이지 구현
hyonun321 0fd0257
feat: 가이드북 상페 CTA 로그인 확인 및 결제 진입 경로 추가
yeji424 2b5f7a3
refactor: 가이드북 스키마 schema.ts로 이전
yeji424 54c3800
refactor: 가이드북 훅, fetch program.ts로 이전
yeji424 cdae51f
refactor: 가이드북 설명 null일 경우 undefined 처리
yeji424 98adab1
Merge pull request #2133 from Let-s-intern/LC-2842-USER-가이드북-결제-결제-플로…
yeji424 0e7f3ba
feat: 프로그램 관리에 가이드북 등록 버튼 및 admin 라우트 추가
yeji424 07d83c0
feat: 프로그램 관리 목록에 가이드북 타입 및 표시 규칙 추가
yeji424 c819a71
feat: 어드민 가이드북 생성 요청 타입 및 API 훅 추가 (연동 전)
yeji424 c8e0c99
feat: 큐레이션 및 리뷰 UI 가이드북 타입 대응
yeji424 c523687
feat: 어드민 가이드북 CRUD 구현 및 프로그램 목록 연동
yeji424 8b7ba84
refactor: Gemini 코드리뷰 반영
yeji424 278fc9c
Merge pull request #2135 from Let-s-intern/LC-2848-ADMIN-프로그램-관리-가이드북…
yeji424 1b9b495
chore: 코드리뷰 반영
hyonun321 e3aee2c
Merge pull request #2131 from Let-s-intern/LC-2856-ADMIN-마그넷-내부화-글-등록
hyonun321 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "WebFetch(domain:github.com)", | ||
| "WebFetch(domain:www.robinwieruch.de)", | ||
| "WebFetch(domain:frontend-fundamentals.com)", | ||
| "WebFetch(domain:toss.tech)" | ||
| ] | ||
| } | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.