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

refactor: 디렉토리 구조 정리 #495

Merged
merged 3 commits into from
Dec 24, 2023
Merged

Conversation

bbearcookie
Copy link
Member

@bbearcookie bbearcookie commented Dec 11, 2023

🧩 이슈 번호

✅ 작업 사항

  • 디렉토리 구조 정리
  • 변경된 디렉토리 구조에 대한 eslint import 규칙 적용

👩‍💻 공유 포인트 및 논의 사항

📂 core - 범용적으로 사용되는 코드이면서 컴포넌트가 아닌 것
    📂 api
        📂 functions
        📂 mutations
        📂 queries
        📂 options
        📂 mocks
            📂 datas - 더미 데이터
            📂 handlers - MSW 모킹 핸들러
📂 domain - 특정 페이지나 관심사에서 사용되는 컴포넌트
📂 shared - 재사용성이 높은 범용적인 컴포넌트

https://github.com/orgs/team-moabam/discussions/72 논의와 연관이 있는 작업을 수행했어요.
추가적으로 작업이 필요한 부분이 있다면 공유해주세요! 😊

@bbearcookie bbearcookie added ☁️ FE 프론트 레포지토리에서의 작업 ♻️ refactor 기존의 코드 개선 작업 labels Dec 11, 2023
@bbearcookie bbearcookie self-assigned this Dec 11, 2023
@bbearcookie bbearcookie merged commit 76d6758 into dev Dec 24, 2023
2 checks passed
@bbearcookie bbearcookie deleted the refactor/#494/directory branch December 24, 2023 10:01
chasj0326 added a commit that referenced this pull request Jan 3, 2024
* refactor: 디렉토리 구조 정리 (#495)

* refactor: domain 디렉토리 정리

* refactor: MSW 관련 디렉토리 이동

* refactor: eslint import rule 수정

* fix: 방 상세페이지 날짜 오류 수정 (#497)

---------

Co-authored-by: SangHoon Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ FE 프론트 레포지토리에서의 작업 ♻️ refactor 기존의 코드 개선 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

디렉토리 정리
1 participant