Skip to content

[DOCS] 리드미 작성, 개인정보처리방침 작성, 라이선스 작성, 웹에 방침 링크#137

Merged
dgh06175 merged 9 commits into
developfrom
docs/135-리드미-작성
Mar 23, 2026

Hidden character warning

The head ref may contain hidden characters: "docs/135-\ub9ac\ub4dc\ubbf8-\uc791\uc131"
Merged

[DOCS] 리드미 작성, 개인정보처리방침 작성, 라이선스 작성, 웹에 방침 링크#137
dgh06175 merged 9 commits into
developfrom
docs/135-리드미-작성

Conversation

@dgh06175

Copy link
Copy Markdown
Contributor

📄 작업 내용 요약

리드미 작성, 개인정보처리방침 작성, 라이선스 작성, 웹에 방침 작성

🏷️ Release 라벨

📎 Issue 135

@dgh06175 dgh06175 self-assigned this Mar 23, 2026
Copilot AI review requested due to automatic review settings March 23, 2026 15:08
@dgh06175 dgh06175 added this to Gulab Mar 23, 2026
@dgh06175 dgh06175 added FE 프론트엔드 docs 문서 labels Mar 23, 2026
@dgh06175 dgh06175 linked an issue Mar 23, 2026 that may be closed by this pull request
3 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Gulab Mar 23, 2026
@dgh06175 dgh06175 merged commit 5e91260 into develop Mar 23, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Gulab Mar 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

랜딩(Enter) 페이지 하단에 약관/정책 링크를 노출하고, 저장소 루트 문서(README) 및 LICENSE를 정비해 서비스 공개/배포에 필요한 기본 문서 구성을 갖추는 PR입니다.

Changes:

  • EnterPage에 이용약관/운영정책/개인정보처리방침/오픈소스 안내 링크 푸터 추가
  • 루트 README.md를 서비스 소개/스택/스크린샷/팀 정보 중심으로 재작성
  • 루트 LICENSE(MIT) 파일 추가

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
client/src/routes/pages/enter-page.tsx 랜딩 화면 하단에 정책 문서 링크 푸터 추가
README.md 프로젝트 소개/개발환경/미리보기/팀원 구성 등 문서화
LICENSE MIT 라이선스 텍스트 추가

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

</Button>
</div>

<footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-zinc-200 px-4 py-2">

Copilot AI Mar 23, 2026

Copy link

Choose a reason for hiding this comment

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

footer 배경색이 bg-zinc-200로 하드코딩되어 있어서 현재 클라이언트의 테마/다크모드 패턴(예: bg-background, bg-card, bg-muted 등 토큰 기반 클래스 사용)과 어긋납니다. 다크 모드에서 의도치 않게 너무 밝게 보일 수 있으니 bg-muted/bg-card 같은 토큰 색상으로 바꾸거나, 필요하면 dark: 변형까지 포함해 테마에 맞게 지정해 주세요.

Suggested change
<footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-zinc-200 px-4 py-2">
<footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-muted px-4 py-2">

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs 문서 FE 프론트엔드

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[DOCS] 1.0.0 버전 배포 전 리드미 작성

3 participants