Conversation
Contributor
There was a problem hiding this comment.
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 |
|
✅ CI 성공 |
|
✅ CI 성공 |
zaewc
approved these changes
Aug 5, 2025
|
✅ CI 성공 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 PR 요약