Skip to content

docs: readme 문서 작업#41

Merged
mangoooooo1 merged 3 commits intomainfrom
document/readme
Apr 6, 2026
Merged

docs: readme 문서 작업#41
mangoooooo1 merged 3 commits intomainfrom
document/readme

Conversation

@mangoooooo1
Copy link
Copy Markdown
Collaborator

관련 이슈

작업 내용

  • 리드미에 서비스 소개 내용 및 백엔드 wiki링크 추가하였습니다.

@mangoooooo1 mangoooooo1 linked an issue Apr 6, 2026 that may be closed by this pull request
@mangoooooo1 mangoooooo1 self-assigned this Apr 6, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이번 변경 사항은 프로젝트의 README.md 파일을 대폭 개선하여 서비스의 가치와 기술적 세부 사항을 명확하게 전달하는 데 목적이 있습니다. 서비스의 사회적 배경과 해결 방안을 시각적으로 보완하고, 개발 환경 설정 및 실행 방법을 보다 직관적으로 정리하여 프로젝트의 접근성을 높였습니다.

Highlights

  • README 문서화: 프로젝트의 목적, 문제 정의, 해결 방법, 기술 스택 및 서비스 동작 흐름을 포함한 상세한 소개 내용을 README에 추가하였습니다.
  • 백엔드 Wiki 링크 추가: 백엔드 팀의 상세 정보를 확인할 수 있도록 Wiki 페이지로의 링크를 추가하였습니다.
  • 가독성 개선: README 전반에 걸쳐 이모지, 표, 이미지 등을 활용하여 가독성을 높이고 정보를 체계적으로 정리하였습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@mangoooooo1 mangoooooo1 added the documentation Improvements or additions to documentation label Apr 6, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request significantly expands the README.md with a comprehensive project overview, including problem definitions, UN SDGs alignment, feature descriptions with visual aids, and service flow diagrams. The reviewer feedback focuses on maintaining documentation clarity by restoring descriptive labels for database hosts and test commands, adding a cautionary note regarding the synchronize: true setting, and improving URL formatting for better readability.

Comment thread README.md Outdated
```

실행 후 `http://localhost:3000`으로 접속 가능합니다.
👉 실행 후 `http://localhost:3000`로 접속 가능
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

URL 뒤에 조사 '로'가 바로 붙어 있어 일부 환경에서 URL 링크가 올바르게 인식되지 않거나 가독성이 떨어질 수 있습니다. URL 뒤에 공백을 추가하여 구분하는 것이 좋습니다.

Suggested change
👉 실행 후 `http://localhost:3000`로 접속 가능
👉 실행 후 http://localhost:3000 로 접속 가능

Comment thread README.md Outdated
| Database | ansim |
| 항목 | 값 |
| -------- | -------------- |
| Host | localhost / db |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

기존 문서에 명시되어 있던 '(로컬) / (컨테이너 간)' 설명이 제거되었습니다. 처음 프로젝트를 접하는 개발자가 상황에 맞는 호스트를 선택할 수 있도록 설명을 다시 추가하는 것을 권장합니다.

Suggested change
| Host | localhost / db |
| Host | localhost (로컬) / db (컨테이너 간) |

Comment thread README.md Outdated
```

> 개발 환경에서는 `synchronize: true`로 엔티티 변경이 자동 반영됩니다.
👉 개발 환경: `synchronize: true`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

synchronize: true 옵션에 대한 설명이 생략되었습니다. 엔티티 변경 시 데이터베이스 스키마가 자동으로 수정된다는 점을 명시하여 개발 시 주의를 환기시키는 것이 좋습니다.

Suggested change
👉 개발 환경: `synchronize: true`
👉 개발 환경: synchronize: true (엔티티 변경 시 DB 자동 반영)

Comment thread README.md Outdated
Comment on lines +238 to +240
pnpm run test
pnpm run test:e2e
pnpm run test:cov
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

각 테스트 명령어의 역할(단위 테스트, E2E 테스트 등)에 대한 설명이 제거되었습니다. 기여자들이 각 명령어의 용도를 쉽게 파악할 수 있도록 주석을 다시 추가하는 것이 좋겠습니다.

Suggested change
pnpm run test
pnpm run test:e2e
pnpm run test:cov
pnpm run test # 단위 테스트
pnpm run test:e2e # E2E 테스트
pnpm run test:cov # 커버리지

- 링크 뒤 공백 추가하여 가독성 보완
- DB 정보 설명 추가
- 테스트 방법 설명 추가
@mangoooooo1 mangoooooo1 marked this pull request as draft April 6, 2026 08:38
@mangoooooo1 mangoooooo1 marked this pull request as ready for review April 6, 2026 08:38
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request significantly expands the README.md with detailed project information, visual documentation, and updated environment setup instructions. The review feedback highlights an incorrect Node.js version requirement and suggests including setup details for local database dependencies when Docker is not used.

Comment thread README.md

## 요구사항

- Node.js >= 24.12.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Node.js 버전이 24.12.0으로 명시되어 있습니다. 현재 Node.js의 최신 LTS 버전은 22.x이며, 24.x 버전은 아직 정식 출시되지 않았습니다. 의도하신 버전이 20.12.0 또는 22.12.0인지 확인이 필요하며, package.jsonengines 설정과도 일치하도록 수정하는 것을 권장합니다.

Suggested change
- Node.js >= 24.12.0
- Node.js >= 22.12.0

Comment thread README.md
## 로컬 실행 (Docker 없이)
---

## 💻 로컬 실행
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

로컬 실행 섹션에서 PostgreSQL 및 PostGIS 설치 및 실행에 대한 안내가 누락되어 있습니다. Docker를 사용하지 않고 로컬에서 직접 실행할 경우, 사용자의 환경에 데이터베이스와 PostGIS 확장 기능이 미리 구성되어 있어야 하므로 이에 대한 요구사항이나 간단한 설정 방법을 추가하는 것이 좋습니다.

@mangoooooo1 mangoooooo1 merged commit 05e5493 into main Apr 6, 2026
1 check passed
@mangoooooo1 mangoooooo1 deleted the document/readme branch April 6, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[document] 리드미 작성

1 participant