From b615f1f12061caa5ea4971ba881695b2068fb668 Mon Sep 17 00:00:00 2001 From: YunDaeHyeon Date: Thu, 5 Feb 2026 23:49:58 +0900 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=ED=95=B5=EC=8B=AC=20=EA=B2=BD?= =?UTF-8?q?=ED=97=98=20=EC=84=B9=EC=85=98=20=EC=B5=9C=EC=8B=A0=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7468af9a..303e2b8e 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,13 @@ TestFlight가 처음이라면 → [설치 가이드](https://drive.google.com/fi | 경험 | 설명 | 링크 | |---|---|---| -| **멀티 디바이스 통신** | MultipeerConnectivity로 Apple 기기 간 실시간 스트리밍을 구현한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-2D9CDB?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%ED%86%B5%EC%8B%A0-%EA%B3%BC%EC%A0%95) | -| **재연결 로직** | 디바이스 별 연결이 끊어졌을 때 어떻게 대응하는지 설명합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-9B59B6?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AA-%EC%97%B0%EA%B2%B0-%EB%81%8A%EA%B9%80-%EB%8C%80%EC%9D%91) | +| **연결 끊김 대응** | Multipeer Connectivity 환경에서 Heartbeat와 재연결 로직으로 연결 안정성을 확보한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-9B59B6?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AA-%EC%97%B0%EA%B2%B0-%EB%81%8A%EA%B9%80-%EB%8C%80%EC%9D%91) | +| **권한 요청** | 카메라, 로컬 네트워크, 앨범 접근 권한을 단계별로 요청하고 거부 시 설정 유도까지 처리했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-E67E22?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AB-%EA%B6%8C%ED%95%9C-%EC%9A%94%EC%B2%AD) | +| **Connectivity 통신 과정** | MultipeerConnectivity와 WatchConnectivity로 기기 간 통신 구조를 설계한 과정을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-2D9CDB?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%ED%86%B5%EC%8B%A0-%EA%B3%BC%EC%A0%95) | +| **사용자 피드백 대응** | TestFlight와 설문을 통해 사용자 피드백을 수집하고 UX 개선에 반영했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-FF9500?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EC%82%AC%EC%9A%A9%EC%9E%90-%ED%94%BC%EB%93%9C%EB%B0%B1-%EB%8C%80%EC%9D%91) | +| **동적 UI** | GeometryReader를 활용해 iPhone, iPad, Mac에서 반응형 UI를 구현한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-1ABC9C?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%8F%99%EC%A0%81-UI) | +| **AI PR 자동 리뷰** | n8n을 활용해 PR 생성 시 AI가 자동으로 코드 리뷰를 수행하는 파이프라인을 구축했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-27AE60?style=flat-square)](https://daegom.notion.site/n8n-PR-2eb1833ac003807ba1f7ec97515ea243) | | **CI/CD 자동화** | GitHub Actions로 빌드 자동화, 에셋 자동 병합 시스템 구축을 진행했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-E74C3C?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/pull/68) | -| **AI PR 자동 리뷰** | n8n을 활용한 AI PR 자동 리뷰 파이프라인 구축을 진행한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-27AE60?style=flat-square)](https://daegom.notion.site/n8n-PR-2eb1833ac003807ba1f7ec97515ea243) | -| **사용자 테스트** | 실사용자 피드백 기반 UX 개선 (공유 시트, 토스트 컴포넌트 등)을 진행한 기록입니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-FF9500?style=flat-square)](#) | --- From 6492d50be39ba52c67f9f1793ec71414ded54bab Mon Sep 17 00:00:00 2001 From: YunDaeHyeon Date: Fri, 6 Feb 2026 00:20:51 +0900 Subject: [PATCH 2/3] =?UTF-8?q?docs:=20=ED=94=BC=EB=93=9C=EB=B0=B1=201?= =?UTF-8?q?=EC=B0=A8=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 303e2b8e..1b27c5ee 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ TestFlight가 처음이라면 → [설치 가이드](https://drive.google.com/fi | **UI** | | | **Connectivity** | | | **Media** | | -| **Async** | | -| **Tools** | | +| **Concurrency** | | +| **Tools** | | | **CI/CD** | | --- @@ -161,13 +161,13 @@ TestFlight가 처음이라면 → [설치 가이드](https://drive.google.com/fi | 경험 | 설명 | 링크 | |---|---|---| -| **연결 끊김 대응** | Multipeer Connectivity 환경에서 Heartbeat와 재연결 로직으로 연결 안정성을 확보한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-9B59B6?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AA-%EC%97%B0%EA%B2%B0-%EB%81%8A%EA%B9%80-%EB%8C%80%EC%9D%91) | -| **권한 요청** | 카메라, 로컬 네트워크, 앨범 접근 권한을 단계별로 요청하고 거부 시 설정 유도까지 처리했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-E67E22?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AB-%EA%B6%8C%ED%95%9C-%EC%9A%94%EC%B2%AD) | -| **Connectivity 통신 과정** | MultipeerConnectivity와 WatchConnectivity로 기기 간 통신 구조를 설계한 과정을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-2D9CDB?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%ED%86%B5%EC%8B%A0-%EA%B3%BC%EC%A0%95) | -| **사용자 피드백 대응** | TestFlight와 설문을 통해 사용자 피드백을 수집하고 UX 개선에 반영했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-FF9500?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EC%82%AC%EC%9A%A9%EC%9E%90-%ED%94%BC%EB%93%9C%EB%B0%B1-%EB%8C%80%EC%9D%91) | -| **동적 UI** | GeometryReader를 활용해 iPhone, iPad, Mac에서 반응형 UI를 구현한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-1ABC9C?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%8F%99%EC%A0%81-UI) | -| **AI PR 자동 리뷰** | n8n을 활용해 PR 생성 시 AI가 자동으로 코드 리뷰를 수행하는 파이프라인을 구축했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-27AE60?style=flat-square)](https://daegom.notion.site/n8n-PR-2eb1833ac003807ba1f7ec97515ea243) | -| **CI/CD 자동화** | GitHub Actions로 빌드 자동화, 에셋 자동 병합 시스템 구축을 진행했습니다. | [![Wiki](https://img.shields.io/badge/↗_Wiki-E74C3C?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/pull/68) | +| **연결 끊김 대응** | Multipeer Connectivity 환경에서 Heartbeat와 재연결 로직으로 연결 안정성을 확보한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/Wiki-9B59B6?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AA-%EC%97%B0%EA%B2%B0-%EB%81%8A%EA%B9%80-%EB%8C%80%EC%9D%91) | +| **권한 요청** | 카메라, 로컬 네트워크, 앨범 접근 권한을 단계별로 요청하고 거부 시 설정 유도까지 처리했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-E67E22?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%F0%9F%94%AB-%EA%B6%8C%ED%95%9C-%EC%9A%94%EC%B2%AD) | +| **Connectivity 통신 과정** | Multipeer Connectivity와 Watch Connectivity로 기기 간 통신 구조를 설계한 과정을 소개합니다. | [![Wiki](https://img.shields.io/badge/Wiki-2D9CDB?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%ED%86%B5%EC%8B%A0-%EA%B3%BC%EC%A0%95) | +| **사용자 피드백 대응** | TestFlight와 설문을 통해 사용자 피드백을 수집하고 UX 개선에 반영했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-FF9500?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EC%82%AC%EC%9A%A9%EC%9E%90-%ED%94%BC%EB%93%9C%EB%B0%B1-%EB%8C%80%EC%9D%91) | +| **동적 UI** | GeometryReader를 활용해 iPhone, iPad, Mac에서 반응형 UI를 구현한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/Wiki-1ABC9C?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%8F%99%EC%A0%81-UI) | +| **AI PR 자동 리뷰** | n8n을 활용해 PR 생성 시 AI가 자동으로 코드 리뷰를 수행하는 파이프라인을 구축했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-27AE60?style=flat)](https://daegom.notion.site/n8n-PR-2eb1833ac003807ba1f7ec97515ea243) | +| **CI/CD 자동화** | GitHub Actions로 빌드 자동화, 에셋 자동 병합 시스템 구축을 진행했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-E74C3C?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/pull/68) | --- @@ -221,10 +221,10 @@ mirroringBooth/ | 문서 | 링크 | |---|---| -| 그라운드 룰 | [![Wiki](https://img.shields.io/badge/↗_그라운드룰-2D9CDB?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%E2%9A%94%EF%B8%8F%C2%A0%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C-%EB%A3%B0) | -| 기획서 | [![Wiki](https://img.shields.io/badge/↗_프로젝트_기획서-9B59B6?style=flat-square)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EA%B8%B0%ED%9A%8D%EC%84%9C) | -| 설계서 | [![Wiki](https://img.shields.io/badge/↗_프로젝트_설계서-E74C3C?style=flat-square)](https://www.figma.com/design/7JOGxTFogHn71WU3q8VOSZ/%EB%AF%B8%EB%9F%AC%EB%A7%81%EB%B6%80%EC%8A%A4-%ED%99%94%EB%A9%B4-%EC%84%A4%EA%B3%84%EC%95%88?node-id=0-1&t=GsglDcx1sHtk6ooq-1) | -| 프로덕트 백로그 | [![Wiki](https://img.shields.io/badge/↗_프로덕트_백로그-27AE60?style=flat-square)](https://github.com/orgs/boostcampwm2025/projects/239/views/5) | +| 그라운드 룰 | [![Wiki](https://img.shields.io/badge/그라운드룰-2D9CDB?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%E2%9A%94%EF%B8%8F%C2%A0%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C-%EB%A3%B0) | +| 기획서 | [![Wiki](https://img.shields.io/badge/프로젝트_기획서-9B59B6?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EA%B8%B0%ED%9A%8D%EC%84%9C) | +| 설계서 | [![Wiki](https://img.shields.io/badge/프로젝트_설계서-E74C3C?style=flat)](https://www.figma.com/design/7JOGxTFogHn71WU3q8VOSZ/%EB%AF%B8%EB%9F%AC%EB%A7%81%EB%B6%80%EC%8A%A4-%ED%99%94%EB%A9%B4-%EC%84%A4%EA%B3%84%EC%95%88?node-id=0-1&t=GsglDcx1sHtk6ooq-1) | +| 프로덕트 백로그 | [![Wiki](https://img.shields.io/badge/프로덕트_백로그-27AE60?style=flat)](https://github.com/orgs/boostcampwm2025/projects/239/views/5) | --- From b413d43974a41615e1989b3ff95f1286f08baa68 Mon Sep 17 00:00:00 2001 From: YunDaeHyeon Date: Fri, 6 Feb 2026 01:02:32 +0900 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20=ED=95=B5=EC=8B=AC=20=EA=B2=BD?= =?UTF-8?q?=ED=97=98=EC=97=90=20App=20Store=20=EC=8B=AC=EC=82=AC=20?= =?UTF-8?q?=EB=8C=80=EC=9D=91=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b27c5ee..5d1f7eaf 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ TestFlight가 처음이라면 → [설치 가이드](https://drive.google.com/fi | **동적 UI** | GeometryReader를 활용해 iPhone, iPad, Mac에서 반응형 UI를 구현한 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/Wiki-1ABC9C?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/%EB%8F%99%EC%A0%81-UI) | | **AI PR 자동 리뷰** | n8n을 활용해 PR 생성 시 AI가 자동으로 코드 리뷰를 수행하는 파이프라인을 구축했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-27AE60?style=flat)](https://daegom.notion.site/n8n-PR-2eb1833ac003807ba1f7ec97515ea243) | | **CI/CD 자동화** | GitHub Actions로 빌드 자동화, 에셋 자동 병합 시스템 구축을 진행했습니다. | [![Wiki](https://img.shields.io/badge/Wiki-E74C3C?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/pull/68) | +| **App Store 심사 대응** | App Store 심사 과정에서의 리젝 사유와 대응 경험을 소개합니다. | [![Wiki](https://img.shields.io/badge/Wiki-000000?style=flat)](https://github.com/boostcampwm2025/iOS03-dolAwang/wiki/App-Store-%EC%8B%AC%EC%82%AC-%EB%8C%80%EC%9D%91-%EA%B8%B0%EB%A1%9D) | ---