From 5d31cb85a6dca7ab27c86434ec12d8801492afdb Mon Sep 17 00:00:00 2001 From: EunhoKang Date: Wed, 13 Dec 2023 14:28:06 +0900 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=EC=84=9C=EB=B8=8C=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=20=EC=A3=BC=EC=86=8C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d86601a..e0295b0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ PriceGuard는 국내 상거래 사이트들의 상품 가격을 추적합니다. 2. [데이터 캐싱](https://github.com/boostcampwm2023/and09-PriceGuard/wiki/Cache-%EC%A0%81%EC%9A%A9%EA%B8%B0) 3. [DB 쿼리 개선](https://velog.io/@kdogs/MongoDB%EC%97%90%EC%84%9C-%EC%BF%BC%EB%A6%AC-%EC%84%B1%EB%8A%A5-%EB%B6%84%EC%84%9D%ED%95%98%EA%B8%B0) +[그래프 라이브러리 구현 및 배포 저장소](https://github.com/Taewan-P/material-android-chart)는 여기서 확인해주세요. + ## ❓ 문제 해결 프로젝트 진행 과정에서 만난 이슈들과 해결 방법에 대해 기술합니다. 아래 링크에서 확인할 수 있습니다. From 9a865714b0ab08399c3ab89414d1a2bff92dfb35 Mon Sep 17 00:00:00 2001 From: ootr47 <83055885+ootr47@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:48:22 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EC=BD=94=EB=A3=A8=ED=8B=B4?= =?UTF-8?q?=EC=8A=A4=EC=BD=94=ED=94=84=20=EA=B4=80=EB=A0=A8=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e0295b0..8196f9c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ PriceGuard는 국내 상거래 사이트들의 상품 가격을 추적합니다. 4. [HTTPS](https://velog.io/@kdogs/HTTPS-%EC%A0%81%EC%9A%A9%ED%95%98%EA%B8%B0feat.-Lets-Encrypt) 5. [Navigation 백스택 오류](https://github.com/boostcampwm2023/and09-PriceGuard/wiki/TroubleShooting-%E2%80%90-Navigation-%EB%B0%B1%EC%8A%A4%ED%83%9D-%EC%98%A4%EB%A5%98) 6. [테마 변경](https://github.com/boostcampwm2023/and09-PriceGuard/wiki/테마-변경-(compose-vs-xml)) -7. [코루틴 스코프](https://github.com/boostcampwm2023/and09-PriceGuard/wiki/CoroutineScope-launch) ## 📚 기술 스택