Closed yh-project closed 6 days ago
created branch feat/36-mocking-service-worker
to address this issue
mentioned in commit 71c30f45aede3db5d8ecd5785aeccc09d995b30d
mentioned in commit 7282e41c748d45edeea8220bb71612f5727008d6
mentioned in commit 6124289f4d5e980c58599ef521ab4d69260b124a
mentioned in commit 5d2ff0a0fe97baf9666117269d16fa889edec493
marked the checklist item service worker 기본 설정 as completed
marked the checklist item service worker 의 on/off 설정이 가능하도록 구현 as completed
marked the checklist item 라이브러리에서 필요한 config 설정 as completed
marked the checklist item service worker 가 request 를 가로채는 과정 구현 as completed
📔 Description
사용자들이 우리가 제공하는 웹사이트에서 이용하지 않고 각자의 개발 환경에서 사용할 경우 환경을 제어할 수 없음. 따라서, 직접 service worker 를 통한 mocking 을 구현하여 사용자 각자의 개발 환경에서 사용할 수 있도록 하기 위함. 그리고 이 service worker 가 동작하는 환경을 라이브러리화 하여 npm 에 배포하고자 함.
🐈 Todo