From 521fadff31d2931a53370e3240b54a64dfd6a5a3 Mon Sep 17 00:00:00 2001 From: Eunseo Sim <55528304+simeunseo@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:40:09 +0900 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20readme=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 81 ++++++++++++++++++------------------------------------- 1 file changed, 26 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index e1add333..0255347a 100644 --- a/README.md +++ b/README.md @@ -1,63 +1,15 @@
- -# TICLE - -### "우리의 작은 지식이 모여 큰 성장이 되는 곳, TICLE" - -`TICLE = Article + 티끌` - -티끌모아 태산이 되듯, -작은 티클들이 모여 큰 배움이 된다는 믿음으로 이름을 지었습니다. +

TICLE

+실시간 지식 공유 플랫폼 +
+
+메인 배너 +
[:ledger: 팀 노션](https://www.notion.so/simeunseo/9-Ticle-12e599a6f0d2804682ccd2251248a435?pvs=4) | [:busts_in_silhouette: 그라운드 룰](https://github.com/boostcampwm-2024/web21-boostproject/wiki/%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C%EB%A3%B0) | [:mag: 위키](https://github.com/boostcampwm-2024/web21-boostproject/wiki) | [🎨 피그마](https://www.figma.com/board/soBcz1zqqOf8ANcBqWidTg/%EC%99%80%EC%9D%B4%EC%96%B4-%ED%94%84%EB%A0%88%EC%9E%84?node-id=0-1&t=B94Trp1LBfsoQLgn-1)
-# 🛠️ 기술 스택 - -### 패키지 매니저 - -
- -
- -### 공통 - -
- -
- -### 프론트엔드 - -
- - - -
- -### 백엔드 - -
- - - -
- -### 데브옵스 - -
- - - - -
- -### AI - -
- -
- # 💡 핵심 기능 ### **✔️ 실시간 화상 지식 공유** @@ -65,19 +17,38 @@ 카메라와 음성을 통해 발표자와 참여자가 실시간으로 지식을 공유할 수 있습니다. 화면 공유 기능으로 더욱 효과적인 지식 전달이 가능합니다. +화면공유 + ### **✔️ 티클 신청 시스템** 참여자는 티클 리스트에서 원하는 티클을 선택하고 신청할 수 있습니다. 발표자는 자신의 티클 관리 페이지에서 신청자를 확인하고 발표를 시작할 수 있습니다. +티클 리스트(메인) +
+개설한 티클 관리 +신청한 티클 관리 +
+ ### **✔️ 티클 소개 페이지** 티클 내용과 발표자 정보를 제공합니다. +티클 개설하기 + ### **✔️ AI 요약 기능** CLOVA API를 이용해 티클 내용을 요약하여 제공합니다. +# 🛠️ 기술 스택 + +| 분야 | 기술 | +| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 공통 | ![PNPM](https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge&logo=pnpm&logoColor=f69220) ![TypeScript](https://img.shields.io/badge/typescript-3178C6?style=for-the-badge&logo=typescript&logoColor=white) | +| 프론트엔드 | ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![React Query](https://img.shields.io/badge/-React%20Query-FF4154?style=for-the-badge&logo=react%20query&logoColor=white) | +| 백엔드 | ![NestJS](https://img.shields.io/badge/nestjs-E0234E?style=for-the-badge&logo=nestjs&logoColor=white) ![MySQL](https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white) ![Redis](https://img.shields.io/badge/redis-FF4438?style=for-the-badge&logo=redis&logoColor=white) | +| 데브옵스 | ![GitHub Actions](https://img.shields.io/badge/githubactions-FF4438?style=for-the-badge&logo=githubactions&logoColor=white) ![Turborepo](https://img.shields.io/badge/turborepo-EF4444?style=for-the-badge&logo=turborepo&logoColor=white) ![Docker](https://img.shields.io/badge/docker-2496ED?style=for-the-badge&logo=docker&logoColor=white) | + # 👋 팀원 소개 @@ -109,4 +80,4 @@ -
Web BE Web BE
\ No newline at end of file + From 1a86791c0840eece46e24fa85a7b897df6392066 Mon Sep 17 00:00:00 2001 From: Eunseo Sim <55528304+simeunseo@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:40:40 +0900 Subject: [PATCH 2/3] =?UTF-8?q?docs:=20PR=20=ED=85=9C=ED=94=8C=EB=A6=BF=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 59c48b3b..f26723e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,8 @@ ## 관련 이슈 번호 - + +- close #{이슈번호} ## 작업 내용 From ed0a6cc508782b06001e23c8792c77fba96a50b2 Mon Sep 17 00:00:00 2001 From: Eunseo Sim <55528304+simeunseo@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:37:38 +0900 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20figma=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= 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 0255347a..4ae1878d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 메인 배너
-[:ledger: 팀 노션](https://www.notion.so/simeunseo/9-Ticle-12e599a6f0d2804682ccd2251248a435?pvs=4) | [:busts_in_silhouette: 그라운드 룰](https://github.com/boostcampwm-2024/web21-boostproject/wiki/%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C%EB%A3%B0) | [:mag: 위키](https://github.com/boostcampwm-2024/web21-boostproject/wiki) | [🎨 피그마](https://www.figma.com/board/soBcz1zqqOf8ANcBqWidTg/%EC%99%80%EC%9D%B4%EC%96%B4-%ED%94%84%EB%A0%88%EC%9E%84?node-id=0-1&t=B94Trp1LBfsoQLgn-1) +[:ledger: 팀 노션](https://www.notion.so/simeunseo/9-Ticle-12e599a6f0d2804682ccd2251248a435?pvs=4) | [:mag: 위키](https://github.com/boostcampwm-2024/web21-boostproject/wiki) | [🎨 피그마](https://www.figma.com/design/nw74detTvjXGrDP2cfdmwp/TICLE-%EB%94%94%EC%9E%90%EC%9D%B8?node-id=32-4477&t=3FCCnBpgQXMZs63X-1)