Skip to content

feat: 투표 페이지 퍼블리싱, 기능구현#43

Merged
bae080311 merged 10 commits intodevelopfrom
feat/vote
Aug 6, 2025
Merged

feat: 투표 페이지 퍼블리싱, 기능구현#43
bae080311 merged 10 commits intodevelopfrom
feat/vote

Conversation

@bae080311
Copy link
Copy Markdown
Member

💡 PR 요약

투표를 하는 페이지를 퍼블리싱하고 기능구현했습니다

@bae080311 bae080311 self-assigned this Aug 5, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a voting feature page including UI components and functionality for users to vote on teams. The implementation includes data fetching, voting submission, and visual feedback for users.

  • Created a complete voting page with team display and voting functionality
  • Implemented API integration for fetching current vote data and submitting votes
  • Added UI components for displaying team information and voting controls

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/views/vote/ui/VoteView/index.tsx Main voting page component with team display and vote submission
src/views/vote/model/useGetVote.ts React Query hook for fetching voting data with auto-refresh
src/views/vote/api/postVote.ts API function for submitting votes
src/views/vote/api/getVote.ts API function for fetching current voting data
src/entities/vote/ui/OrderCard/index.tsx Component for displaying previous/next team information
src/app/vote/page.tsx Next.js page component for the voting route

Comment thread src/views/vote/api/postVote.ts Outdated
Comment thread src/views/vote/ui/VoteView/index.tsx
Comment thread src/views/vote/ui/VoteView/index.tsx
Comment thread src/views/vote/ui/VoteView/index.tsx
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 5, 2025

✅ CI 성공

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 5, 2025

✅ CI 성공

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 6, 2025

✅ CI 성공

@bae080311 bae080311 merged commit 960e0ba into develop Aug 6, 2025
2 checks passed
@bae080311 bae080311 deleted the feat/vote branch August 8, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants