[Docs] README 를 4.1.0 화면으로 다시 쓴다 - #281
Merged
Merged
Conversation
…에 새로 찍은 4.1.0 스크린샷 50장을 기능마다 표로 넣고 첫 화면에 기기 세 대를 붙인 히어로 이미지를 둔다, 옷장과 미션 훈장 카메라 개선을 따로 묶어 앞에 두고 기술 스택과 프로젝트 구조 개발 환경 세팅을 더한다, 이미지는 앱 번들에 안 들어가는 .github/readme 에 두고 파일명을 영문으로 지어 맥에서 만든 한글 파일명이 깨지는 것을 막는다, 업데이트 내역에서 서비스 중지와 재개 줄은 뺀다
… 사람에게도 필요한 정보가 아니다
…라 달라져 사진마다 높이가 어긋났다, 모든 스크린샷을 170 너비로 통일하고 스터디룸 여섯 장은 세 장씩 두 줄로 나눈다, 맨 위 개구리 사진은 바로 아래 히어로 이미지와 겹쳐 빼고 쓰지 않게 된 파일도 지운다, 배지는 스토어와 가이드를 큰 버튼으로 버전과 기술은 작은 사각으로 나눠 높낮이가 들쭉날쭉하던 것을 없앤다
…트 목록과 방식 고르기, 집중 복습 추천을 빼 모든 줄을 네 장으로 맞춘다, 화면이 없어 빈 칸이던 기기 연동 행은 같은 이야기가 위 표에 있어 지운다, 2024년 업데이트 일곱 줄은 접어 두고 쓰지 않게 된 이미지 세 장도 지운다
…으니 읽는 흐름이 끊긴다, 개발에 필요한 내용은 CLAUDE.md 와 AGENTS.md 에 이미 있어 기술 스택만 남긴다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✔️ 연관 이슈
📝 작업 내용
예전 화면과 글만 있던 README 를, 앱 소개 페이지에 가깝게 다시 썼습니다. 처음 보는 사람이 스크롤만 내려도 이 앱이 무엇을 해 주는지 보이는 것을 목표로 했습니다.
lib/구조, 실행과 검증 명령(--dart-define=ENV=dev,flutter analyze,flutter test)입니다.이미지를 어디에 둘지
docs/는.gitignore에 있고assets/는 앱 번들에 들어가서, 둘 다 README 이미지 자리로 맞지 않았습니다. 그래서.github/readme/에 두었습니다. 폭 420px 로 줄여 51장 합쳐 2.8MB 입니다.파일명을 영문으로 지은 이유
맥에서 만든 한글 파일명은 자모가 분해된 형태(NFD)로 저장되는데, README 에 적는 경로는 합쳐진 형태(NFC)라 GitHub 에서 이미지가 깨집니다. 처음에 한글 이름으로 넣었다가 이걸 발견해서
01-login.png,38-closet.png처럼 영문으로 바꿨습니다.스크린샷 (선택)
README 첫 화면입니다.
🙏 리뷰 요청 및 전달사항
봐주셨으면 하는 곳입니다.
pubspec.yaml을 보고 적었는데, "앱 버전 헤더와 토큰 재발급을 거치는 자체 HttpService" 처럼 제가 해석해 쓴 줄이 있습니다. 실제와 다르면 알려 주세요.전달사항입니다.