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

모듈화 작업 이슈 #62

Open
5 tasks done
sugoring opened this issue May 30, 2024 · 0 comments
Open
5 tasks done

모듈화 작업 이슈 #62

sugoring opened this issue May 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sugoring
Copy link
Collaborator

sugoring commented May 30, 2024

현재 모든 기능이 한 파일에 몰려 있어 유지보수와 확장이 어렵습니다. 이를 해결하기 위해 각 기능을 모듈화합니다.

TODO 목록

  • 커스텀 훅 분리: hooks 디렉토리 생성 및 파일 분리
  • 유틸리티 함수 모듈화: utils 디렉토리 생성 및 공통 함수 이동
  • 스타일 코드 분리: styles 디렉토리 생성 및 스타일 관련 코드 이동
  • 화면 컴포넌트 분리: pages 디렉토리 생성 및 각 화면 컴포넌트 파일 분리
  • 데이터 관련 코드 분리: data 디렉토리 생성 및 데이터 관련 코드 및 설정 이동
@sugoring sugoring added the enhancement New feature or request label May 30, 2024
@sugoring sugoring self-assigned this May 30, 2024
@sugoring sugoring changed the title 모듈화 모듈화 작업 이슈 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant