Skip to content

Feature/hompage#11

Merged
i3months merged 15 commits into
devfrom
feature/hompage
May 14, 2026
Merged

Feature/hompage#11
i3months merged 15 commits into
devfrom
feature/hompage

Conversation

@Jaeho-Site

@Jaeho-Site Jaeho-Site commented May 12, 2026

Copy link
Copy Markdown
Contributor

🎯 작업 목적

홈페이지 피처 구현을 위한 기본 환경 세팅 및 공통 가이드라인을 수립합니다.

✨ 주요 변경 사항

  • 프로젝트 설정 최적화
    • tsconfig.json 설정을 변경하여 개발 환경 최적화
  • 문서화 및 컨벤션 수립
    • CLAUDE.md 내에 FSD(Feature-Sliced Design) 레이어 및 위젯 가이드라인 정의
    • 팀 내 타입 네이밍 및 프로젝트 구조 컨벤션 명시
  • 리소스 준비
    • 홈페이지 전반에 사용될 공통 이미지 에셋 및 스타일 토큰 세팅

📝 리뷰어 참고 사항

  • 본 PR은 홈페이지 구현의 가장 최상위 베이스 브랜치입니다.
  • 이후 생성된 feature/home-layoutfeature/home-widgets PR들이 본 브랜치를 기반으로 생성되었습니다.
  • 프로젝트 전체의 방향성과 설정값을 결정하는 단계이므로, 변경된 설정 사항 위주로 검토 부탁드립니다.
image image image

@vercel

vercel Bot commented May 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackup Ready Ready Preview, Comment May 14, 2026 1:27am


### 1.4 타입 (TypeScript)

프론트엔드 TypeScript 타입 규약은 분리 문서로 관리한다 → [**`frontend-types.md`**](./frontend-types.md).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

굿~

Comment thread docs/frontend-types.md

## 4. `type` vs `interface`

`type` 기본값. `interface` 는 두 경우에만:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

기본값 정한거 좋네요


## 4. 명명 규칙

| Prefix | 범위 | 예 |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

스택업에서 그럴 일은 없을거같긴한데
페이지가 늘어나면 prefix가 폭발할수도..

widgets/
├── site/
│ ├── nav/
│ └── footer/
├── home/
│ ├── hero/
│ └── faq/

이런 느낌도 괜찮지 않을까 싶네요.
물론 지금도 좋긴 합니다.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

추후에 리팩토링 하지않을까 합니다. 사실 widgets라는 레이어는 페이지를 구성하는 의미있는 섹션으로 둘 것이기 때문에 방대해지는 레이어는 features가 아닐까 생각하긴해요.

csh1668 added a commit to csh1668/stackup that referenced this pull request May 13, 2026
@i3months i3months merged commit bf9b7a3 into dev May 14, 2026
2 checks passed
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