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: MSW 설치 및 API 모킹 폴더 초기화 #282

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

khakhiD
Copy link
Contributor

@khakhiD khakhiD commented Apr 23, 2024

💻 스크린샷 (선택사항)

image
image

📃 PR 설명

  • MSW 설치
  • 예제 핸들러 작성 (api 주소는 eventlist 받아오는 주소)
  • response 값은 예제의 임의 데이터
  • 브라우저 환경 서비스 워커 등록 (./mockServiceWorker.js)
  • main.ts에 워커 활성화 코드 작

📃 참고사항

  • handlers.ts은 작성한 핸들러들을 모아 브라우저 환경의 서비스 워커에 등록하는 파일입니다.
  • 핸들러 분리를 위해 handlers.ts에 작성한 핸들러들을 모으는 코드가 필요합니다.
  • 핸들러 작성은 mocks 디렉터리 내에 event, follow, resume, user 등의 디렉터리로 또 구분해서 작성합시다.

🔎 PR포인트 및 궁금한 점

@khakhiD khakhiD added the 🛠 Refactor 리팩토링한 경우(리팩토링 과정에서 파일 삭제, 이동 포함) label Apr 23, 2024
@khakhiD khakhiD self-assigned this Apr 23, 2024
@khakhiD khakhiD linked an issue Apr 23, 2024 that may be closed by this pull request
@khakhiD khakhiD changed the title #281 refactor: MSW 설치 및 API 모킹 폴더 초기화 refactor: MSW 설치 및 API 모킹 폴더 초기화 Apr 23, 2024
@khakhiD khakhiD requested a review from leeminhee119 April 23, 2024 16:19
Copy link
Member

@leeminhee119 leeminhee119 left a comment

Choose a reason for hiding this comment

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

👍👍 고생하셨습니다

@leeminhee119 leeminhee119 merged commit 655cbb6 into main Apr 24, 2024
1 check passed
@leeminhee119 leeminhee119 deleted the refactor/api-mocking-init branch April 24, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Refactor 리팩토링한 경우(리팩토링 과정에서 파일 삭제, 이동 포함)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: MSW 설치 및 API 모킹 폴더 초기화
2 participants