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

[Refactoring] modules디렉토리 관심사 분리 #92

Closed
6 of 8 tasks
MartinLeeSJ opened this issue Aug 10, 2021 · 1 comment
Closed
6 of 8 tasks

[Refactoring] modules디렉토리 관심사 분리 #92

MartinLeeSJ opened this issue Aug 10, 2021 · 1 comment
Assignees

Comments

@MartinLeeSJ
Copy link
Collaborator

MartinLeeSJ commented Aug 10, 2021

ISSUE

  • Type:
  1. Error Handling
  2. Enhancement
  3. Add new feature
  • Detail:
  1. 현재상황 :
  • 오늘 회의에서 modules 디렉토리의 파일의 코드의 양이 방대해졌고, 그 결과 알아보기 어려운 상황에 처해있다는 공통된 의견 파악함
  • ducks 패턴에서 벗어나 액션과 리듀서를 분리하고 액션함수는 관심사 분리하기로 함
  1. 작업방향 :
  • 각 기능별 파일 분리를 할 예정입니다.

Work

  1. modules/bookmark.js 파일 기능별 분리
  2. modules/category.js 파일 기능별 분리
  3. moudles/dragBookmark.js 파일 기능별 분리
  4. moudles/notification.js 파일 기능별 분리
  5. moudles/sign.js 파일 기능별 분리
@MartinLeeSJ MartinLeeSJ self-assigned this Aug 10, 2021
@MartinLeeSJ MartinLeeSJ changed the title [Refactoring] Refactoring Issue Task Card [Refactoring] modules디렉토리 관심사 분리 Aug 10, 2021
@MartinLeeSJ
Copy link
Collaborator Author

작업 결과

  • 디렉토리별 분리했고 컴포넌트 import부분도 수정했음
  • 아직 팀원들과 머징하기 전 이기 때문에 정상적 작동은 어려운상태

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant