Skip to content

[공통] 오픈이벤트 당첨자 결과 팝업 추가 (no-issue)#126

Merged
hyein0112 merged 5 commits intomainfrom
develop
Jul 7, 2025
Merged

[공통] 오픈이벤트 당첨자 결과 팝업 추가 (no-issue)#126
hyein0112 merged 5 commits intomainfrom
develop

Conversation

@hyein0112
Copy link
Contributor

@hyein0112 hyein0112 commented Jul 7, 2025

🚀 기능 추가 / 개선 사항

오픈이벤트 당첨자 결과 팝업 추가

스크린샷 2025-07-07 오후 2 29 13

Summary by CodeRabbit

  • 문서화

    • README 파일이 프로젝트 개요, 기술 스택, 주요 기능, 협업 방식, 팀원 정보 등으로 전면 개편되었습니다.
  • 버그 수정

    • 뉴스 모달의 이벤트 이미지와 링크가 새로운 결과 이미지와 URL로 변경되었습니다.
  • 기능 개선

    • 뉴스 모달의 노출 기간이 2025년 7월 12일까지로 연장되었습니다.

@hyein0112 hyein0112 self-assigned this Jul 7, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 7, 2025

Walkthrough

README.md가 기존 이미지 나열에서 Kiring 프로젝트의 상세 개요, 기술 스택, 구현 전략, 협업 방식, 주요 기능, 팀원 소개 등으로 전면 개편되었습니다. NewsModal 컴포넌트의 이미지와 링크가 변경되었고, 표시 기간이 7월 12일까지 연장되었습니다.

Changes

파일/경로 변경 요약
README.md 이미지 나열 삭제, 프로젝트 개요·기술 스택·주요 기능·팀원 등 상세 설명 추가
src/app/(full-layout)/(main)/components/NewsModal.tsx 이벤트 이미지 및 링크 변경 (open-event.pngevent-result.png 및 새 URL)
src/app/(full-layout)/(main)/page.tsx NewsModal 표시 조건을 7월 12일까지로 연장, 조건문 스타일 변경

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant MainPage
    participant NewsModal

    User->>MainPage: 페이지 접속
    MainPage->>MainPage: 현재 날짜 확인
    alt 2025-07-12 이전
        MainPage->>NewsModal: NewsModal 렌더링
        NewsModal->>User: 이벤트 결과 이미지 및 새 링크 표시
    else 2025-07-12 이후
        MainPage->>User: NewsModal 미표시
    end
Loading

Possibly related PRs

Suggested labels

feature

Poem

🐰
README가 새 옷을 입었어요,
팀원과 기능, 모두 한눈에 보여요!
이벤트 소식도 더 오래,
새로운 이미지로 반짝이네.
Kiring의 오늘을 기록하며,
토끼는 깡충, 기쁘게 춤춰요!
🎉

✨ Finishing Touches
  • 📝 Generate Docstrings

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this 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 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 for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@hansololiviakim hansololiviakim changed the title 오픈이벤트 당첨자 결과 팝업 추가 [공통] 오픈이벤트 당첨자 결과 팝업 추가 (no-issue) Jul 7, 2025
Copy link
Member

@ydw1996 ydw1996 left a comment

Choose a reason for hiding this comment

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

⠀⠀⠀⠀⠀⠀⣀⣠⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣴⡿⠋⠉⠉⠻⢿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢸⣿⠀⠀⠀⠀⠀⠀⠹⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠈⣿⡄⠀⠀⠀⠀⠀⠀⢸⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠸⣷⠀⠀⠀⠀⠀⠀⢸⣿⠀⠀⢀⣀⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢻⣇⠀⠀⠀⠀⠀⢸⣿⣿⡿⠿⠿⠟⠛⠛⠻⢿⣿⣶⣄⠀⠀⠀
⠀⠀⠀⠀⠀⢈⣿⠆⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⣤⣤⣤⣤⠀⠈⠻⣿⣇⠀⠀
⠀⠀⠀⠀⢀⣾⡏⠀⠀⠀⠀⠀⠀⠀⣴⡿⠋⠉⠀⠀⠀⠀⠀⠀⠀⢹⡿⠀⠀
⠀⠀⣀⣤⣼⣿⠀⠀⠀⠀⠀⠀⠀⢸⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣿⣷⣄⠀
⢠⣾⠟⠋⠉⠋⠀⠀⠀⠀⠀⠀⠀⠈⣿⣦⣀⣀⣀⣤⣤⣶⣶⠿⠋⠁⢹⣿⡇
⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⡟⢉⣿⠋⠉⠉⠉⠁⠀⠀⠀⠀⢸⣿⠀
⢸⣿⠀⠀⠀⠀⠀⢀⣀⣀⣤⣴⠿⠋⠀⠘⣷⡀⠀⠀⠀⠀⠀⠀⢀⣴⣿⠏⠀
⢸⣿⡄⠀⠀⠀⠀⠈⠉⠉⠁⠀⠀⠀⠀⠀⣸⣿⢶⣤⣤⣴⡶⠿⠛⠙⣿⣆⠀
⠈⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⣽⣿⠀
⠀⠘⣿⣆⠀⠀⠀⠀⣠⣤⡀⠀⠀⠀⠀⠈⠻⣧⣀⡀⠀⠀⠀⣀⣠⣴⡿⠇⠀
⠀⠀⠘⢿⣿⣦⣤⣴⡿⠻⠿⣷⣦⣤⣤⣤⣴⣾⣿⡿⠿⠿⠿⠟⠛⠉⠀⠀⠀
⠀⠀⠀⠀⠉⢉⣉⠉⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

@hansololiviakim hansololiviakim added the etc 기타 label Jul 7, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
README.md (1)

155-155: 프로필 이미지에 대체 텍스트를 추가해주세요.

접근성 향상을 위해 팀원 프로필 이미지에 alt 속성을 추가하는 것이 좋습니다.

다음과 같이 수정하는 것을 권장합니다:

-| <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EC%96%91%EB%8B%A4%EC%9C%97.png" width="150" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EA%B9%80%ED%95%9C%EC%86%94.png" width="150" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EB%B0%B1%ED%98%9C%EC%9D%B8.png" width="150" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%EB%B0%B1%EC%97%94%EB%93%9C/%EA%B9%80%ED%83%9C%EB%AF%BC.png" width="150" /> |
+| <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EC%96%91%EB%8B%A4%EC%9C%97.png" width="150" alt="양다윗 프로필 사진" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EA%B9%80%ED%95%9C%EC%86%94.png" width="150" alt="김한솔 프로필 사진" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%ED%94%84%EB%A1%A0%ED%8A%B8/%EB%B0%B1%ED%98%9C%EC%9D%B8.png" width="150" alt="백혜인 프로필 사진" /> | <img src="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/main-profile-img/%EB%B0%B1%EC%97%94%EB%93%9C/%EA%B9%80%ED%83%9C%EB%AF%BC.png" width="150" alt="김태민 프로필 사진" /> |
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fe8432d and d1f83e3.

⛔ Files ignored due to path filters (1)
  • src/assets/news/event-result.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • README.md (1 hunks)
  • src/app/(full-layout)/(main)/components/NewsModal.tsx (2 hunks)
  • src/app/(full-layout)/(main)/page.tsx (1 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (1)
src/app/(full-layout)/(main)/page.tsx (1)
src/app/(full-layout)/(main)/components/NewsModal.tsx (1)
  • NewsModal (9-60)
🪛 markdownlint-cli2 (0.17.2)
README.md

155-155: Images should have alternate text (alt text)

(MD045, no-alt-text)


155-155: Images should have alternate text (alt text)

(MD045, no-alt-text)


155-155: Images should have alternate text (alt text)

(MD045, no-alt-text)


155-155: Images should have alternate text (alt text)

(MD045, no-alt-text)

🔇 Additional comments (4)
src/app/(full-layout)/(main)/components/NewsModal.tsx (2)

3-3: 이미지 파일명 변경이 적절합니다.

오픈 이벤트에서 이벤트 결과로 변경되는 것이 PR 목적과 일치합니다.


46-50: 이벤트 결과 이미지 링크로 적절히 업데이트되었습니다.

Google Forms 링크에서 R2 스토리지의 이벤트 결과 이미지로 변경되어 PR 목적에 부합합니다. 외부 링크에 대한 보안 속성(rel="noopener noreferrer", target="_blank")도 적절히 유지되었습니다.

src/app/(full-layout)/(main)/page.tsx (1)

20-20: 모달 표시 기간 연장이 적절합니다.

이벤트 결과 안내를 위해 7월 12일까지 모달 표시 기간을 연장한 것이 합리적입니다. 삼항 연산자로 변경한 것도 명확하게 의도를 표현합니다.

README.md (1)

1-157: 프로젝트 문서화가 훌륭하게 개선되었습니다.

기존의 단순한 이미지 목록에서 포괄적인 프로젝트 개요로 전면 개편되어 프로젝트의 가치와 기술적 구현 사항을 명확히 전달합니다. 기술 스택, 구현 전략, 협업 과정, 주요 기능, 팀 소개까지 체계적으로 정리되어 있습니다.

Copy link
Member

@hansololiviakim hansololiviakim left a comment

Choose a reason for hiding this comment

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

.  짹
  짹
   짹
  짹
  짹
 짹
 짹
  짹
  짹
   짹

╰╮ ▂╱▔╲╭━━┓
 ╰╮╲ ▊▕╱╭┳╯
  ╰╱  ╱╭┳╯
   ▔╲ ╭━╯▔▏
      ╲▂▂╱╲▏
      ┛┛

@hyein0112 hyein0112 merged commit 2e46c9d into main Jul 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

etc 기타

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants