Skip to content
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

[init] (#6) storybook 스토리 생성 및 디자인 시스템 구축 #7

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

nebulaBdj
Copy link
Contributor

@nebulaBdj nebulaBdj commented Oct 27, 2024

✅ PR 유형

어떤 변경 사항이 있었나요?

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

📝 해야할 작업 Task

  • storybook을 활용하여 디자이너와의 소통을 위한 스토리 추가
  • 피그마 연동을 통한 디자인 시스템 구축

🔍 작업 세부 내용

[init: Test 코드 작성을 위한 jest, RTL 세팅]

  • jest, RTL 패키지 설치
  • jest.config.ts, jest.setup.ts 파일을 만들어 테스트 환경 설정
  • package.json의 scripts에 test 관련 스크립트 추가
  • tsconfig.json에 jest 인식을 위해 코드 추가

✏️ 관련 이슈

ex)

스플래시 화면 구현, 해당 과정에서 폰트적용이 안돼 폰트 적용 부분도 수정함
1. 불필요한 import 정리
2. button type 속성 추가
로컬 환경에서 테스트 완료
추가적으로 로그인 페이지 SplashTop 위치도 수정
@nebulaBdj nebulaBdj linked an issue Oct 27, 2024 that may be closed by this pull request
2 tasks
@nebulaBdj nebulaBdj changed the title init: (#6) TDD 진행을 위한 환경 세팅 & storybook 디자인 시스템 구축 [init] (#6) TDD 진행을 위한 환경 세팅 & storybook 디자인 시스템 구축 Nov 9, 2024
@nebulaBdj nebulaBdj changed the title [init] (#6) TDD 진행을 위한 환경 세팅 & storybook 디자인 시스템 구축 [init] (#6) storybook 스토리 생성 및 디자인 시스템 구축 Nov 24, 2024
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.

Init: TDD & storybook setting
1 participant