From 8d778850e2e8576fa4446f2648837c86b6ba944a Mon Sep 17 00:00:00 2001 From: mamonde456 Date: Fri, 21 Aug 2026 17:46:14 +0900 Subject: [PATCH 1/4] =?UTF-8?q?remove:=20=EB=A6=AC=EB=A7=88=EC=9D=B8?= =?UTF-8?q?=EB=8D=94=20=EA=B8=B0=EB=8A=A5=20=EC=A7=80=EC=9B=90=20=EC=A2=85?= =?UTF-8?q?=EB=A3=8C=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20=EB=A6=AC=EB=93=9C?= =?UTF-8?q?=EB=AF=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 586595a..077b8cc 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ 대시보드 화면 만다라트 기법을 활용한 목표 관리 대시보드 -AI 기반 목표 추천과 이메일 리마인더를 제공합니다. +AI 기반 목표 추천을 제공합니다. ## Features - 만다라트 3x3/9x9 그리드 기반 목표 시각화 - AI 기반 목표 추천 (실시간 스트리밍) - 목표 상태 관리 및 수정 -- 이메일 리마인더 설정 +- ~~이메일 리마인더 설정~~ 이메일 리마인더 기능은 더이상 지원하지 않습니다. ## 기술 스택 @@ -33,7 +33,7 @@ AI 기반 목표 추천과 이메일 리마인더를 제공합니다. > > - 목표 저장/불러오기 > - AI 목표 추천 -> - 이메일 리마인더 설정 +> - ~~이메일 리마인더 설정~~ ```bash # Prerequisites: Node.js v20+ From 545c835e9a95d3868b158d99384430f3e7024dd0 Mon Sep 17 00:00:00 2001 From: mamonde456 Date: Fri, 21 Aug 2026 17:46:45 +0900 Subject: [PATCH 2/4] =?UTF-8?q?remove:=20=EB=A6=AC=EB=A7=88=EC=9D=B8?= =?UTF-8?q?=EB=8D=94=20=EA=B8=B0=EB=8A=A5=20=EC=A7=80=EC=9B=90=20=EC=A2=85?= =?UTF-8?q?=EB=A3=8C=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20=EB=A6=AC=EB=A7=88?= =?UTF-8?q?=EC=9D=B8=EB=93=9C=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/step_guide.ts | 18 +++++++++--------- src/data/tutorial.ts | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/data/step_guide.ts b/src/data/step_guide.ts index e51a8da..993f71b 100644 --- a/src/data/step_guide.ts +++ b/src/data/step_guide.ts @@ -52,15 +52,15 @@ export const SERVICE_GUIDE_STEPS = [ srcSet: service_info_ai_srcSet, emoji: "🤖", }, - { - step: 5, - title: "정기적인 리마인드", - subtitle: "코알라가 이메일로 알려드려요", - description: "설정한 알림 기간마다 메일을 보내 목표를 리마인드 해드려요", - image: service_info_mail, - srcSet: service_info_mail_srcSet, - emoji: "📧", - }, + // { + // step: 5, + // title: "정기적인 리마인드", + // subtitle: "코알라가 이메일로 알려드려요", + // description: "설정한 알림 기간마다 메일을 보내 목표를 리마인드 해드려요", + // image: service_info_mail, + // srcSet: service_info_mail_srcSet, + // emoji: "📧", + // }, { step: 6, title: "목표 달성!!", diff --git a/src/data/tutorial.ts b/src/data/tutorial.ts index 55d84a3..1c961f7 100644 --- a/src/data/tutorial.ts +++ b/src/data/tutorial.ts @@ -68,14 +68,14 @@ export const tutorialSteps: TutorialStep[] = [ position: "top", mobilePosition: "top", }, - { - id: "reminder", - title: "6단계: 우체부 서비스 신청해요", - description: - "목표를 잊지 않도록 정기적으로 응원 메일을 보내드릴게요. 함께 성장해요!", - targetSelector: '[data-tutorial="reminder-button"]', - className: "reminder-button", - position: "top", - mobilePosition: "top", - }, + // { + // id: "reminder", + // title: "6단계: 우체부 서비스 신청해요", + // description: + // "목표를 잊지 않도록 정기적으로 응원 메일을 보내드릴게요. 함께 성장해요!", + // targetSelector: '[data-tutorial="reminder-button"]', + // className: "reminder-button", + // position: "top", + // mobilePosition: "top", + // }, ]; From a6eb3c39a60b866a866436ea4aaf61e017318a6f Mon Sep 17 00:00:00 2001 From: mamonde456 Date: Mon, 24 Aug 2026 14:15:12 +0900 Subject: [PATCH 3/4] =?UTF-8?q?remove:=20=EB=A9=94=ED=83=80=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20&=20=EC=95=88=EB=82=B4=20=EB=AA=A8=EB=8B=AC&=20alt?= =?UTF-8?q?=20&=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=A6=AC=EB=A7=88=EC=9D=B8=EB=93=9C=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/feature/home/components/MainSection.tsx | 6 ++---- .../home/components/ServiceIntroComponent.tsx | 2 +- src/feature/home/pages/HomePage.tsx | 2 +- src/feature/mandala/pages/MandalaBoard.tsx | 8 +++----- src/pages/+Head.tsx | 16 ++++++---------- src/pages/_error/+Page.tsx | 2 +- "src/shared/\bcomponents/header/Header.tsx" | 2 +- 7 files changed, 15 insertions(+), 23 deletions(-) diff --git a/src/feature/home/components/MainSection.tsx b/src/feature/home/components/MainSection.tsx index 4e2790f..c8f3b21 100644 --- a/src/feature/home/components/MainSection.tsx +++ b/src/feature/home/components/MainSection.tsx @@ -12,7 +12,7 @@ export default function MainSection({}: Props) { src={koalaTextLogoCol} srcSet={koalaTextLogoColSrcSet} sizes="(max-width: 600px) 90vw, 940px" - alt="만다라트 목표 작성 & 리마인드 | 코알라 우체부" + alt="만다라트 목표 작성 | 코알라 우체부" className="w-full max-w-xl mx-auto" width={576} height={444} @@ -25,9 +25,7 @@ export default function MainSection({}: Props) { imageRendering: "pixelated", }} /> - - 만다라트 목표 작성 & 리마인드 | 코알라 우체부 - + 만다라트 목표 작성 | 코알라 우체부
diff --git a/src/feature/home/components/ServiceIntroComponent.tsx b/src/feature/home/components/ServiceIntroComponent.tsx index a926b00..5d5969e 100644 --- a/src/feature/home/components/ServiceIntroComponent.tsx +++ b/src/feature/home/components/ServiceIntroComponent.tsx @@ -52,7 +52,7 @@ Props) { 📮 코알라 우체부는 이런 서비스예요!

- 체계적인 목표 설정과 꾸준한 리마인드로 + 체계적인 목표 설정
당신의 꿈을 현실로 만들어보세요! 🐨✨

diff --git a/src/feature/home/pages/HomePage.tsx b/src/feature/home/pages/HomePage.tsx index 59863d2..bab3bff 100644 --- a/src/feature/home/pages/HomePage.tsx +++ b/src/feature/home/pages/HomePage.tsx @@ -29,7 +29,7 @@ export default function HomePage({ getCurrentBackground }: MandaraChartProps) { 만다라트 목표 작성 & 리마인드 | 코알라 우체부
diff --git a/src/feature/mandala/pages/MandalaBoard.tsx b/src/feature/mandala/pages/MandalaBoard.tsx index 5930624..057ffb1 100644 --- a/src/feature/mandala/pages/MandalaBoard.tsx +++ b/src/feature/mandala/pages/MandalaBoard.tsx @@ -65,7 +65,7 @@ MandaraChartProps) { setAuthText({ title: "저장하려면 로그인이 필요해요", description: - "로그인 시 만다라트 저장은 물론, AI가 방향을 제안해주고 \n리마인드 메일로 꾸준함까지 도와드려요.", + "로그인 시 만다라트 저장은 물론, AI가 방향을 제안해주고 \n도와드려요.", }); setAuthOpen(true); return; @@ -107,9 +107,7 @@ MandaraChartProps) { )} >

- - 만다라트 목표 작성 & 리마인드 | 코알라 우체부 - + 만다라트 목표 작성 | 코알라 우체부 setFullVisible(true)} className={`w-[136px] h-[32px] flex items-center gap-2 pixel-button text-sm px-4 py-2 bg-white border-[#CCCCCC] border-1 text-[#373737] font-medium active:bg-[#CCCCCC] active:border-[#B3B3B3] shadow-[4px_4px_0_0_rgba(102,102,102,0.6)] active:shadow-[inset_0_2px_4px_0_rgba(0,0,0,0.25)] backdrop-blur-sm`} - data-tutorial="reminder-button" + // data-tutorial="reminder-button" data-testid="full-open-button" > diff --git a/src/pages/+Head.tsx b/src/pages/+Head.tsx index c9b7fd1..11456e0 100644 --- a/src/pages/+Head.tsx +++ b/src/pages/+Head.tsx @@ -1,7 +1,7 @@ export default function Head() { return ( <> - 만다라트 목표 작성 & 리마인드 | 코알라 우체부 + 만다라트 목표 작성 | 코알라 우체부 @@ -11,10 +11,10 @@ export default function Head() { /> {/* */} - 만다라트 목표 작성 & 리마인드 | 코알라 우체부 + 만다라트 목표 작성 | 코알라 우체부 */} - + @@ -73,7 +70,7 @@ export default function Head() { "@type": "WebApplication", "name": "만다라트", "applicationCategory": "ProductivityApplication", - "description": "코알라 우체부는 만다라트 기반으로 목표를 설정하고, 리마인드하는 서비스입니다. 만다라트는 목표를 세부적으로 나눠 계획할 수 있는 도구로, 코알라 우체부에서 사용해보세요. 코알라 우체부로 목표를 작성하고 AI 추천을 받아 나만의 만다라트를 완성할 수 있습니다. 작성 완료 후, 코알라 우체부가 목표를 잊지 않게 리마인드 메일을 보내드립니다. 지금 바로 시작해서 나만의 만다라트를 완성하고 목표를 달성해보세요.", + "description": "코알라 우체부는 만다라트 기반으로 목표를 설정하고, 리마인드하는 서비스입니다. 만다라트는 목표를 세부적으로 나눠 계획할 수 있는 도구로, 코알라 우체부에서 사용해보세요. 코알라 우체부로 목표를 작성하고 AI 추천을 받아 나만의 만다라트를 완성할 수 있습니다. 지금 바로 시작해서 나만의 만다라트를 완성하고 목표를 달성해보세요.", "url": "https://mandalart.koreankoala.com", "offers": { "@type": "Offer", @@ -85,7 +82,6 @@ export default function Head() { "featureList": [ "9x9 만다라트 차트", "목표 설정 및 관리", - "목표 리마인드" ], "inLanguage": "ko" }`, diff --git a/src/pages/_error/+Page.tsx b/src/pages/_error/+Page.tsx index 85e379f..f88a89e 100644 --- a/src/pages/_error/+Page.tsx +++ b/src/pages/_error/+Page.tsx @@ -30,7 +30,7 @@ export default function Page404() { width={476} height={96} style={{ maxWidth: "100%", height: "auto" }} - alt="만다라트 목표 작성 & 리마인드 | 코알라 우체부" + alt="만다라트 목표 작성 | 코알라 우체부" /> diff --git "a/src/shared/\bcomponents/header/Header.tsx" "b/src/shared/\bcomponents/header/Header.tsx" index 6562474..12d7533 100644 --- "a/src/shared/\bcomponents/header/Header.tsx" +++ "b/src/shared/\bcomponents/header/Header.tsx" @@ -86,7 +86,7 @@ export default function Header({ setAuthText({ title: "저장하려면 로그인이 필요해요", description: - "로그인 시 만다라트 저장은 물론, AI가 방향을 제안해주고 \n리마인드 메일로 꾸준함까지 도와드려요.", + "로그인 시 만다라트 저장은 물론, AI가 방향을 제안해주고 \n도와드려요.", }); setAuthOpen(true); }} From ce2cdc33bd783581c2fee39d6b952a55353de7f1 Mon Sep 17 00:00:00 2001 From: mamonde456 Date: Mon, 24 Aug 2026 14:24:40 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20import=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/step_guide.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/step_guide.ts b/src/data/step_guide.ts index 993f71b..8746bf6 100644 --- a/src/data/step_guide.ts +++ b/src/data/step_guide.ts @@ -1,11 +1,9 @@ import { service_info_ai, - service_info_mail, service_info_make_goals, service_info_regret, service_info_success, service_info_ai_srcSet, - service_info_mail_srcSet, service_info_make_goals_srcSet, service_info_regret_srcSet, service_info_success_srcSet,