-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 리드미 개편 #793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: 리드미 개편 #793
Conversation
WalkthroughREADME.md의 전체 레이아웃을 재설계하여 중앙 정렬 헤더, 시각적 헤더 이미지, 다운로드 섹션 및 간결한 Tech Stack, Architecture(모듈화) 개요와 컨벤션 섹션으로 대체했습니다. 기존 상세 서술형 섹션들은 삭제되었습니다. 또한 PR 자동 할당 워크플로우의 기본 리뷰어 목록에 Changes
Sequence Diagram(s)(없음) Estimated code review effort🎯 2 (Simple) | ⏱️ ~8분 Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 49-58: The two <img> tags in the README table are missing alt
attributes; update both <img
src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34">
and <img
src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08">
to include descriptive alt text (e.g., alt="High-level architecture diagram
showing services and data flow" and alt="Component diagram showing deployment
topology and integrations") so each image conveys its content for screen
readers.
- Around line 9-11: The image tag in README.md (the <img ... /> element) lacks
an alt attribute; add a meaningful, concise alt text to the <img> element (e.g.,
alt="WSS Android app logo" or a short description of the screenshot) so screen
readers can convey the image content—update the existing <img src="..."> tag to
include alt="..." with an appropriate description.
- Around line 60-62: The Convention section header "## 🏷️ Convention" contains
a broken link string "https://github.com/Team-WSS/WSS-Android-Convention";
update that URL to the correct repository URL or remove the markdown list item
entirely if the repo is not public yet, ensuring the "## 🏷️ Convention" block
no longer points to a non-existent resource.
| <p align="center"> | ||
| <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/> | ||
| </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이미지에 대체 텍스트(alt text)를 추가하세요.
접근성을 위해 이미지에 alt 속성을 추가해야 합니다. 스크린 리더 사용자가 이미지의 내용을 이해할 수 있도록 도와줍니다.
♿ 접근성 개선을 위한 제안
<p align="center">
- <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/>
+ <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/>
</p>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <p align="center"> | |
| <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/> | |
| </p> | |
| <p align="center"> | |
| <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/> | |
| </p> |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
10-10: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
In `@README.md` around lines 9 - 11, The image tag in README.md (the <img ... />
element) lacks an alt attribute; add a meaningful, concise alt text to the <img>
element (e.g., alt="WSS Android app logo" or a short description of the
screenshot) so screen readers can convey the image content—update the existing
<img src="..."> tag to include alt="..." with an appropriate description.
| <table align="center"> | ||
| <tr> | ||
| <td width="70%"> | ||
| <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" /> | ||
| </td> | ||
| <td width="30%"> | ||
| <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" /> | ||
| </td> | ||
| </tr> | ||
| </table> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아키텍처 다이어그램 이미지에 대체 텍스트를 추가하세요.
두 개의 아키텍처 다이어그램 이미지에 alt 속성이 누락되어 있습니다. 접근성을 위해 각 이미지가 나타내는 내용을 설명하는 alt 텍스트를 추가해야 합니다.
♿ 접근성 개선을 위한 제안
<table align="center">
<tr>
<td width="70%">
- <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" />
+ <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />
</td>
<td width="30%">
- <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" />
+ <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" />
</td>
</tr>
</table>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <table align="center"> | |
| <tr> | |
| <td width="70%"> | |
| <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" width="100%" /> | |
| </td> | |
| <td width="30%"> | |
| <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" /> | |
| </td> | |
| </tr> | |
| </table> | |
| <table align="center"> | |
| <tr> | |
| <td width="70%"> | |
| <img src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" /> | |
| </td> | |
| <td width="30%"> | |
| <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" /> | |
| </td> | |
| </tr> | |
| </table> |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
52-52: Images should have alternate text (alt text)
(MD045, no-alt-text)
55-55: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
In `@README.md` around lines 49 - 58, The two <img> tags in the README table are
missing alt attributes; update both <img
src="https://github.com/user-attachments/assets/a16ca52d-3846-42c6-acef-b195c947fb34">
and <img
src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08">
to include descriptive alt text (e.g., alt="High-level architecture diagram
showing services and data flow" and alt="Component diagram showing deployment
topology and integrations") so each image conveys its content for screen
readers.
| ## 🏷️ Convention | ||
| - Adheres to the [WSS-Android-Convention](https://github.com/Team-WSS/WSS-Android-Convention). | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
# README.md 파일 확인
if [ -f "README.md" ]; then
echo "=== README.md lines 58-65 ==="
sed -n '58,65p' README.md
else
echo "README.md not found"
fiRepository: Team-WSS/WSS-Android
Length of output: 314
🌐 Web query:
WSS-Android-Convention GitHub repository Team-WSS
💡 Result:
I couldn't find a specific GitHub repo named "WSS-Android-Convention" or a Team called "Team-WSS." Do you want me to:
- Search GitHub for that exact repository/team and return any matching repos (I can do this now), or
- Verify a URL or organization you already have?
Which should I do?
🌐 Web query:
site:github.com Team-WSS WSS-Android-Convention
💡 Result:
I searched GitHub and couldn’t find any repository named "Team-WSS WSS-Android-Convention". Do you have the exact org/user name or a link, or want me to broaden the search (other code hosts, Google, or different keywords)?
🌐 Web query:
site:github.com "WSS-Android-Convention"
💡 Result:
I searched GitHub for "WSS-Android-Convention" and found no repositories, gists, or files matching that exact term. Related Android WebSocket/WSS projects exist (e.g., Java-WebSocket, okhttp/scarlet clients) but not that specific name. [1][2]
Would you like me to search the wider web (outside GitHub) or try alternative spellings/keywords?
Sources:
- Example Android/WebSocket repo (Java-WebSocket). [1]
- GitHub gist search results (no match for the exact string). [2]
🏁 Script executed:
# 저장소에서 convention 관련 참조 검색
rg -i "convention" --type md --type txt 2>/dev/null | head -20Repository: Team-WSS/WSS-Android
Length of output: 196
🏁 Script executed:
# 저장소의 구조 확인
ls -laRepository: Team-WSS/WSS-Android
Length of output: 1342
컨벤션 링크가 올바르지 않습니다.
README.md의 컨벤션 링크 https://github.com/Team-WSS/WSS-Android-Convention는 존재하지 않는 저장소를 가리킵니다. 올바른 저장소 링크로 수정하거나, 아직 공개되지 않은 경우 이 링크를 제거하시기 바랍니다.
🤖 Prompt for AI Agents
In `@README.md` around lines 60 - 62, The Convention section header "## 🏷️
Convention" contains a broken link string
"https://github.com/Team-WSS/WSS-Android-Convention"; update that URL to the
correct repository URL or remove the markdown list item entirely if the repo is
not public yet, ensuring the "## 🏷️ Convention" block no longer points to a
non-existent resource.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 52: 이미지 태그에 alt 속성이 빠져 있어 접근성이 떨어집니다 — README의 <img> 태그(예:
src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d")에
모듈화 아키텍처 다이어그램을 간결히 설명하는 alt 텍스트를 추가하세요(예: alt="모듈화 아키텍처 다이어그램: 서비스, 데이터 레이어, 통신
흐름"). Ensure the alt text succinctly describes the diagram's purpose and key
elements for screen readers.
♻️ Duplicate comments (3)
README.md (3)
10-10: 이미지에 대체 텍스트를 추가하세요.접근성을 위해 이미지에 alt 속성을 추가해야 합니다. 스크린 리더 사용자가 이미지의 내용을 이해할 수 있도록 도와줍니다.
♿ 접근성 개선을 위한 제안
- <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" width="500"/> + <img src="https://github.com/Team-WSS/WSS-Android/assets/127238018/4d76ae12-f626-4f80-91c7-cefa4ef0378c" alt="웹소소 앱 로고" width="500"/>
55-55: 모듈 의존성 그래프 이미지에 대체 텍스트를 추가하세요.모듈 의존성 그래프 이미지에도 alt 속성을 추가해야 합니다.
♿ 접근성 개선을 위한 제안
- <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" width="100%" /> + <img src="https://github.com/user-attachments/assets/a8517309-6c22-4032-8adb-e7742c50cc08" alt="WSS-Android 모듈 의존성 그래프" width="100%" />
61-61: 컨벤션 저장소 링크를 확인하세요.링크된 저장소
https://github.com/Team-WSS/WSS-Android-Convention가 존재하지 않는 것으로 확인되었습니다. 올바른 링크로 수정하거나, 저장소가 아직 공개되지 않았다면 이 링크를 제거해 주세요.
🧹 Nitpick comments (1)
README.md (1)
15-15: HTML 태그 수정을 고려하세요.
</br>대신 자기 종료 태그인<br/>를 사용하는 것이 더 적절합니다.✨ 제안
-</br> +<br/>
| <table align="center"> | ||
| <tr> | ||
| <td width="70%"> | ||
| <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아키텍처 다이어그램 이미지에 대체 텍스트를 추가하세요.
모듈화 아키텍처 다이어그램 이미지에 alt 속성이 누락되어 있습니다. 접근성을 위해 이미지의 내용을 설명하는 alt 텍스트를 추가해야 합니다.
♿ 접근성 개선을 위한 제안
- <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" />
+ <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" width="100%" /> | |
| <img src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d" alt="WSS-Android 모듈화 아키텍처 다이어그램" width="100%" /> |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
52-52: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
In `@README.md` at line 52, 이미지 태그에 alt 속성이 빠져 있어 접근성이 떨어집니다 — README의 <img> 태그(예:
src="https://github.com/user-attachments/assets/88358876-5984-4377-b241-c777a383758d")에
모듈화 아키텍처 다이어그램을 간결히 설명하는 alt 텍스트를 추가하세요(예: alt="모듈화 아키텍처 다이어그램: 서비스, 데이터 레이어, 통신
흐름"). Ensure the alt text succinctly describes the diagram's purpose and key
elements for screen readers.
m6z1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿
devfeijoa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 👍
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
Summary by CodeRabbit
문서
잡무
✏️ Tip: You can customize this high-level summary in your review settings.