From d2d0cee451219a67134d535b7f3424a677a664f7 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:14:41 +0900 Subject: [PATCH 1/6] =?UTF-8?q?#163=20[DOCS]=20=EA=B8=B0=EC=88=A0=20?= =?UTF-8?q?=EC=8A=A4=ED=83=9D,=20=EC=95=84=ED=8B=B0=ED=81=B4=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11bc5da3..f68d633a 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,17 @@ VECO는 **AI를 활용해 분산된 정보를 한곳에 모으고, 목표를 명 ## 📦 기술 스택 -- React -- TypeScript -- Vite -- Tailwind CSS -- ESLint (Flat Config) -- Prettier +| 역할 | 종류 | +| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Library | ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=white) ![VITE](https://img.shields.io/badge/VITE-646CFF?style=for-the-badge&logo=Vite&logoColor=white) | +| Programming Language | ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6.svg?style=for-the-badge&logo=TypeScript&logoColor=white) | +| Styling | TailwindCSS Badge| +| Data Fetching | ![Axios](https://img.shields.io/badge/Axios-5A29E4?style=for-the-badge&logo=Axios&logoColor=white) TanStack Query Badge | +| Formatting | ![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white) ![Prettier](https://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=white) | +| Package Manager | ![Npm](https://img.shields.io/badge/npm%20-grey?style=for-the-badge&logo=npm) | +| Version Control | ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) | +| State Management | Zustand Badge | +| Deploy | Vercel Badge | --- @@ -60,3 +65,15 @@ git merge develop # 충돌 해결 후 커밋 ``` + +## 📖 아티클 모음 + +🍀 김선화: [제목]()
+🍒 박유민: [제목]()
+💎 박진주: [제목]()
+🎀 염주원: [제목]()
+🍁 이가을: [다른 도메인 간 쿠키 이슈 해결기](https://velog.io/@gaeulzzang/다른-도메인-간-쿠키-이슈-해결기)
+ +
+
+ From 89e3f1acd6987eacd577c2f51ffbdd5aa48b7e88 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:10:48 +0900 Subject: [PATCH 2/6] =?UTF-8?q?#163=20[DOCS]=20=EC=BB=A8=EB=B2=A4=EC=85=98?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f68d633a..13eb11bc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ npm install npm run dev ``` ---- ## 🔧 작업 전 공통 절차: develop 브랜치 최신화 @@ -43,6 +42,7 @@ git checkout develop git pull origin develop ``` + ## 🛠 브랜치 생성 ```bash @@ -50,6 +50,7 @@ git pull origin develop git checkout -b feature/#이슈번호-스크린ID-작업명 ``` + ## 🚀 PR 전 점검 및 병합 ```bash @@ -66,14 +67,27 @@ git merge develop # 충돌 해결 후 커밋 ``` -## 📖 아티클 모음 +--- + +## 📏 컨벤션 -🍀 김선화: [제목]()
-🍒 박유민: [제목]()
-💎 박진주: [제목]()
-🎀 염주원: [제목]()
-🍁 이가을: [다른 도메인 간 쿠키 이슈 해결기](https://velog.io/@gaeulzzang/다른-도메인-간-쿠키-이슈-해결기)
+- 🌿[Commit Convention](https://pretty-tumbleweed-40b.notion.site/Github-Commit-Convention-2212d37cca1180f882f6c607935e07bb?source=copy_link) +- 🪵[Branch Convention](https://pretty-tumbleweed-40b.notion.site/Github-Branch-Convention-2212d37cca1180b99416cae996470a9d?source=copy_link) +- 📌[Issue Convention](https://pretty-tumbleweed-40b.notion.site/ISSUE-2212d37cca1180b5b904fc4ea5653f54?source=copy_link) +- ✅[PR Convention](https://pretty-tumbleweed-40b.notion.site/PR-2212d37cca1180608135d6bccffeaed6?source=copy_link) + +--- + +## 📖 아티클 모음 +| 이름 | 아티클 제목 | +| ------ | ---------------------------------------------------------------------------------------------------------------------------------- | +| 🍀 김선화 | [제목]() | +| 🍒 박유민 | [제목]() | +| 💎 박진주 | [제목]() | +| 🎀 염주원 | [백엔드 트러블슈팅 모음](https://velog.io/@hijuwon/%EB%B0%B1%ED%98%B8-Veco-%ED%8A%B8%EB%9F%AC%EB%B8%94%EC%8A%88%ED%8C%85-%EB%AA%A8%EC%9D%8C) | +| 🍁 이가을 | [다른 도메인 간 쿠키 이슈 해결기](https://velog.io/@gaeulzzang/다른-도메인-간-쿠키-이슈-해결기) |

+--- From 02053f3aadbea8ba186e7561c90a6426aca77329 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:13:50 +0900 Subject: [PATCH 3/6] =?UTF-8?q?#163=20[DOCS]=20=EC=84=A0=ED=99=94=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13eb11bc..93424a4b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ git merge develop ## 📖 아티클 모음 | 이름 | 아티클 제목 | | ------ | ---------------------------------------------------------------------------------------------------------------------------------- | -| 🍀 김선화 | [제목]() | +| 🍀 김선화 | [제목](https://velog.io/@sunhwaa/UMC-01) | | 🍒 박유민 | [제목]() | | 💎 박진주 | [제목]() | | 🎀 염주원 | [백엔드 트러블슈팅 모음](https://velog.io/@hijuwon/%EB%B0%B1%ED%98%B8-Veco-%ED%8A%B8%EB%9F%AC%EB%B8%94%EC%8A%88%ED%8C%85-%EB%AA%A8%EC%9D%8C) | From b14efb989b046d88d81ba40702adb2b879493165 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:38:57 +0900 Subject: [PATCH 4/6] =?UTF-8?q?#163=20[DOCS]=20=EC=9C=A0=EB=AF=BC=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EB=A7=81=ED=81=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93424a4b..dfd4749f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ git merge develop | 이름 | 아티클 제목 | | ------ | ---------------------------------------------------------------------------------------------------------------------------------- | | 🍀 김선화 | [제목](https://velog.io/@sunhwaa/UMC-01) | -| 🍒 박유민 | [제목]() | +| 🍒 박유민 | [제목](https://velog.io/@waldls/VECO-9zb3jefr) | | 💎 박진주 | [제목]() | | 🎀 염주원 | [백엔드 트러블슈팅 모음](https://velog.io/@hijuwon/%EB%B0%B1%ED%98%B8-Veco-%ED%8A%B8%EB%9F%AC%EB%B8%94%EC%8A%88%ED%8C%85-%EB%AA%A8%EC%9D%8C) | | 🍁 이가을 | [다른 도메인 간 쿠키 이슈 해결기](https://velog.io/@gaeulzzang/다른-도메인-간-쿠키-이슈-해결기) | From 540933da701dddd0765b580e18264b882e5bd4b8 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:34:45 +0900 Subject: [PATCH 5/6] =?UTF-8?q?#163=20[DOCS]=20=EC=A7=84=EC=A3=BC=20?= =?UTF-8?q?=ED=8A=B8=EB=9F=AC=EB=B8=94=20=EC=8A=88=ED=8C=85=20=EC=A3=BC?= =?UTF-8?q?=EC=86=8C=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfd4749f..27d9ff1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # VECO Frontend +image VECO는 **AI를 활용해 분산된 정보를 한곳에 모으고, 목표를 명확히 추적하며 협업을 효율화하는 시스템**입니다. 이 저장소는 VECO의 **프론트엔드 개발을 담당하는 레포지토리**입니다. @@ -81,10 +82,10 @@ git merge develop ## 📖 아티클 모음 | 이름 | 아티클 제목 | | ------ | ---------------------------------------------------------------------------------------------------------------------------------- | -| 🍀 김선화 | [제목](https://velog.io/@sunhwaa/UMC-01) | -| 🍒 박유민 | [제목](https://velog.io/@waldls/VECO-9zb3jefr) | -| 💎 박진주 | [제목]() | -| 🎀 염주원 | [백엔드 트러블슈팅 모음](https://velog.io/@hijuwon/%EB%B0%B1%ED%98%B8-Veco-%ED%8A%B8%EB%9F%AC%EB%B8%94%EC%8A%88%ED%8C%85-%EB%AA%A8%EC%9D%8C) | +| 🍀 김선화 | [데모데이 트러블슈팅](https://velog.io/@sunhwaa/UMC-01) | +| 🍒 박유민 | [Onboarding & 토큰 이슈 해결기](https://velog.io/@waldls/VECO-9zb3jefr) | +| 💎 박진주 | [DOM 업데이트와 댓글 스크롤 타이밍 문제 해결기](https://icems0428.tistory.com/25) | +| 🎀 염주원 | [트러블슈팅 모음](https://velog.io/@hijuwon/%EB%B0%B1%ED%98%B8-Veco-%ED%8A%B8%EB%9F%AC%EB%B8%94%EC%8A%88%ED%8C%85-%EB%AA%A8%EC%9D%8C) | | 🍁 이가을 | [다른 도메인 간 쿠키 이슈 해결기](https://velog.io/@gaeulzzang/다른-도메인-간-쿠키-이슈-해결기) |
From c325b910577d15885e6df71d28353707095787f3 Mon Sep 17 00:00:00 2001 From: Lee Gaeul <91470334+gaeulzzang@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:39:48 +0900 Subject: [PATCH 6/6] =?UTF-8?q?#163=20[DOCS]=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27d9ff1c..5cba2309 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -# VECO Frontend -image - +# 🐯 VECO VECO는 **AI를 활용해 분산된 정보를 한곳에 모으고, 목표를 명확히 추적하며 협업을 효율화하는 시스템**입니다. 이 저장소는 VECO의 **프론트엔드 개발을 담당하는 레포지토리**입니다. +
+
+image + + --- @@ -72,10 +75,10 @@ git merge develop ## 📏 컨벤션 -- 🌿[Commit Convention](https://pretty-tumbleweed-40b.notion.site/Github-Commit-Convention-2212d37cca1180f882f6c607935e07bb?source=copy_link) -- 🪵[Branch Convention](https://pretty-tumbleweed-40b.notion.site/Github-Branch-Convention-2212d37cca1180b99416cae996470a9d?source=copy_link) -- 📌[Issue Convention](https://pretty-tumbleweed-40b.notion.site/ISSUE-2212d37cca1180b5b904fc4ea5653f54?source=copy_link) -- ✅[PR Convention](https://pretty-tumbleweed-40b.notion.site/PR-2212d37cca1180608135d6bccffeaed6?source=copy_link) +- 🌿 [Commit Convention](https://pretty-tumbleweed-40b.notion.site/Github-Commit-Convention-2212d37cca1180f882f6c607935e07bb?source=copy_link) +- 🪵 [Branch Convention](https://pretty-tumbleweed-40b.notion.site/Github-Branch-Convention-2212d37cca1180b99416cae996470a9d?source=copy_link) +- 📌 [Issue Convention](https://pretty-tumbleweed-40b.notion.site/ISSUE-2212d37cca1180b5b904fc4ea5653f54?source=copy_link) +- ✅ [PR Convention](https://pretty-tumbleweed-40b.notion.site/PR-2212d37cca1180608135d6bccffeaed6?source=copy_link) ---