Shooot-PJT / shooot

0 stars 0 forks source link

[FE/BE/Feat] mocking 을 위한 브라우저 service worker 구현 #36

Closed yh-project closed 6 days ago

yh-project commented 3 weeks ago

📔 Description

사용자들이 우리가 제공하는 웹사이트에서 이용하지 않고 각자의 개발 환경에서 사용할 경우 환경을 제어할 수 없음. 따라서, 직접 service worker 를 통한 mocking 을 구현하여 사용자 각자의 개발 환경에서 사용할 수 있도록 하기 위함. 그리고 이 service worker 가 동작하는 환경을 라이브러리화 하여 npm 에 배포하고자 함.

🐈 Todo

yh-project commented 3 weeks ago

created branch feat/36-mocking-service-worker to address this issue

yh-project commented 3 weeks ago

mentioned in commit 71c30f45aede3db5d8ecd5785aeccc09d995b30d

yh-project commented 3 weeks ago

mentioned in commit 7282e41c748d45edeea8220bb71612f5727008d6

yh-project commented 3 weeks ago

mentioned in commit 6124289f4d5e980c58599ef521ab4d69260b124a

yh-project commented 3 weeks ago

mentioned in commit 5d2ff0a0fe97baf9666117269d16fa889edec493

yh-project commented 3 weeks ago

marked the checklist item service worker 기본 설정 as completed

yh-project commented 3 weeks ago

marked the checklist item service worker 의 on/off 설정이 가능하도록 구현 as completed

yh-project commented 3 weeks ago

marked the checklist item 라이브러리에서 필요한 config 설정 as completed

yh-project commented 3 weeks ago

marked the checklist item service worker 가 request 를 가로채는 과정 구현 as completed