GU-99 / grow-up-fe

MIT License
2 stars 1 forks source link

Feat: #197 메타 데이터를 설정하는 컴포넌트 추가 및 적용 #273

Closed Seok93 closed 2 weeks ago

Seok93 commented 2 weeks ago

PR Type

What kind of change does this PR introduce?

Related Issues

What does this PR do?

Other information

참고 자료

  1. The Open Graph protocol
  2. SNS를 위한 meta 태그
  3. react-helmet / react-snap으로 메타 데이터 최적화하기
  4. Meta 태그, OG(오픈그래프) 사용 방법

사용 라이브러리

  1. react-helmet-async
coderabbitai[bot] commented 2 weeks ago

Walkthrough

이 변경 사항은 새로운 Meta 컴포넌트를 도입하여 페이지의 메타데이터를 관리하는 기능을 추가합니다. react-helmet-async 라이브러리를 사용하여 각 페이지의 제목과 메타 태그를 설정하며, 이 컴포넌트는 다양한 페이지에 적용되어 SEO와 소셜 미디어 공유를 개선합니다. 또한, 기존의 페이지 구조는 유지되며, 각 페이지에서 Meta 컴포넌트를 사용하여 제목을 설정하는 방식으로 변경되었습니다.

Changes

파일 경로 변경 요약
src/components/common/Meta.tsx 새로운 Meta 컴포넌트 추가, title prop을 사용하여 문서 제목 및 메타 태그 설정
src/main.tsx HelmetProvider를 추가하여 문서 헤드 관리 기능을 제공
src/pages/NotFoundPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up: Not Found"로 설정
src/pages/project/CalendarPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 프로젝트 관리"로 설정
src/pages/project/KanbanPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 프로젝트 관리"로 설정
src/pages/setting/TeamInvitedPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 팀 대기 현황"으로 설정
src/pages/setting/TeamJoinedPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 팀 가입 현황"으로 설정
src/pages/setting/UserAuthenticatePage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 이메일 인증"으로 설정
src/pages/setting/UserPasswordSettingPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 비밀번호 변경"으로 설정
src/pages/setting/UserSettingPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 개인정보 변경"으로 설정
src/pages/team/TeamPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 팀 관리"로 설정
src/pages/user/SearchIdPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 아이디 찾기"로 설정
src/pages/user/SearchPasswordPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 비밀번호 찾기"로 설정
src/pages/user/SignInPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 로그인"으로 설정
src/pages/user/SignUpPage.tsx Meta 컴포넌트를 추가하여 페이지 제목을 "Grow Up : 회원가입"으로 설정

Assessment against linked issues

Objective Addressed Explanation
메타 데이터 추가 ( #197 )

Possibly related PRs

Suggested labels

🎨 UI

Suggested reviewers

🐇 변화의 바람이 불어와,
메타 데이터로 세상이 밝아져.
페이지마다 제목을 세팅해,
SEO와 소셜이 함께 춤춰.
"Grow Up"의 메시지 전해줄게,
새로움에 귀 기울여줄래? 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.