[DOCS] README 스크린샷 캡션 추가 및 한/영 문서 통일#270
Conversation
- Why We Built It / Features 섹션 이미지에 영어·한글 설명을 추가했습니다 - 팀원 프로필 사진을 새 업로드 이미지로 교체했습니다
- Why We Built It / Features 섹션의 이미지와 캡션 사이에 br 태그로 여백을 추가했습니다
- Why 섹션 이미지를 1장으로 맞추고 br 태그 여백을 영문판과 동일하게 추가했습니다
- 상단 로고 이미지를 추가했습니다 - Timo란? 섹션에 소개 스크린샷을 추가했습니다
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Walkthrough영문 및 국문 README의 로고, 소개·기능 설명, 팀원 프로필 이미지를 새 이미지와 재구성된 콘텐츠로 업데이트했습니다. ChangesREADME 문서 개편
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Timo Performance ReportBundle Size — timo-web
Lighthouse — timo-web
Image Optimization — timo-web
측정 커밋: |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
182-209: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win팀원 이미지 크기를 줄여 표 폭을 맞춰주세요.
README.md#L182-L209,README_ko.md#L180-L207의 4개 이미지가 원본 해상도(1276x2032)로 표시돼 표가 과도하게 넓어집니다.160x255정도로 맞추면 레이아웃이 훨씬 안정적입니다. MDN<img>문서도 같이 보면 좋습니다: https://developer.mozilla.org/docs/Web/HTML/Element/img
작은 손질이지만 README가 덜 “가로로 우주확장”됩니다. 😄🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` around lines 182 - 209, Resize the four team-member images in README.md (lines 182-209) and README_ko.md (lines 180-207) from 1276x2032 to approximately 160x255 by updating their img dimensions, preserving the existing table structure and links.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 2-3: Replace the generic alt text on the logo, screenshot, and
profile images in README.md lines 2-3 with consistent English descriptions of
each image’s purpose; apply equivalent Korean purpose descriptions to the
corresponding images in README_ko.md lines 2-3.
---
Outside diff comments:
In `@README.md`:
- Around line 182-209: Resize the four team-member images in README.md (lines
182-209) and README_ko.md (lines 180-207) from 1276x2032 to approximately
160x255 by updating their img dimensions, preserving the existing table
structure and links.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 318c769a-f725-43aa-9cfe-03ae6a100a2d
📒 Files selected for processing (2)
README.mdREADME_ko.md
| <img width="100" height="100" alt="image" src="https://github.com/user-attachments/assets/8ab6a065-30a7-47e8-826b-cc1f42bc57d7" /> | ||
|
|
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
두 README의 이미지 대체 텍스트를 이미지 목적에 맞게 통일해 주세요.
README.md#L2-L3: 로고·스크린샷·프로필 이미지에 영어 목적 설명을 적용하세요.README_ko.md#L2-L3: 동일한 이미지들에 한국어 목적 설명을 적용하세요.
현재 alt="image"는 이미지 종류와 의미를 전달하지 못합니다. (w3.org)
📍 Affects 2 files
README.md#L2-L3(this comment)README_ko.md#L2-L3
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 2 - 3, Replace the generic alt text on the logo,
screenshot, and profile images in README.md lines 2-3 with consistent English
descriptions of each image’s purpose; apply equivalent Korean purpose
descriptions to the corresponding images in README_ko.md lines 2-3.
Source: MCP tools
ISSUE 🔗
관련 이슈 없음
What is this PR? 🔍
README.md / README_ko.md에 스크린샷별 기능 설명 캡션을 추가하고, 로고·소개 이미지를 반영했으며, 두 문서의 이미지·캡션 구조를 동일하게 통일했습니다.
배경
<br/>엘리먼트로 처리했으며, README.md에서 확정한 최종 구조를 README_ko.md에도 동일하게 반영했습니다.Why We Built It / Features 섹션 캡션
- **📝 Todo + Time Estimate**: ...). Why 섹션은 이미지 1장과 기존 3개 불릿 설명의 개수가 맞지 않아, 이미지 아래에 기존 3개 불릿 텍스트를 그대로 복원해 배치했습니다.이미지-설명 간 여백
<br/>태그 두 줄로 추가했습니다.<br/>엘리먼트를 이미지-캡션 사이에 두 번 배치해 prettier 포맷팅 이후에도 여백이 유지되도록 했습니다.로고 및 소개 이미지
<div align="center">내부 최상단에 100x100 로고 이미지를, 소개 문단 앞뒤로<br />을 두고 1440x929 스크린샷을 배치했습니다.팀원 프로필 및 한/영 동기화
{username}.png) 대신 새로 업로드한 이미지로 교체하고, 모든 이미지·캡션 구조를 README.md와 README_ko.md 양쪽에 동일하게 반영했습니다.<br/>배치, 캡션 문구)를 README_ko.md에 그대로 옮기고 캡션만 한글로 번역했습니다.To Reviewers
이미지는 모두 비공개 저장소의 GitHub user-attachments URL이라 저장소 접근 권한 없이는 렌더링 확인이 어려울 수 있습니다. Features 섹션 캡션 문구는 작성자(김민아)님이 직접 알려준 각 스크린샷 내용을 기반으로 작성했습니다.
Screenshot 📷
Test Checklist ✔
git diff develop...HEAD로 변경 범위가 README.md, README_ko.md 두 파일로 한정됨을 확인pnpm lint/pnpm check-types— 미실행: 마크다운 문서 전용 변경이라 대상 파일 없음