Skip to content

fix: 심사 페이지 변경 사항 반영#118

Merged
bae080311 merged 21 commits intodevelopfrom
fix/evaluation
Sep 26, 2025
Merged

fix: 심사 페이지 변경 사항 반영#118
bae080311 merged 21 commits intodevelopfrom
fix/evaluation

Conversation

@bae080311
Copy link
Copy Markdown
Member

💡 PR 요약

#102

  • ui

@bae080311 bae080311 requested review from Copilot and zaewc September 16, 2025 12:09
@bae080311 bae080311 self-assigned this Sep 16, 2025
@bae080311 bae080311 added the enhancement New feature or request label Sep 16, 2025
@bae080311 bae080311 marked this pull request as draft September 16, 2025 12:09
@github-actions
Copy link
Copy Markdown

✅ CI 성공

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 simplifies the evaluation page by removing the toggle functionality between "전체보기" (view all) and "개별보기" (individual view) modes, streamlining the UI to show all teams in a single grid layout with inline score editing controls.

  • Removed complex state management for view modes and individual team selection
  • Replaced dropdown-based score editing with simple up/down arrow controls
  • Updated the UI layout from list-based to grid-based design

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
src/views/evaluation/ui/EvaluationView/index.tsx Simplified main view by removing toggle functionality and individual team view
src/views/evaluation/model/useGetEvaluations.ts Removed isOne parameter as toggle functionality is no longer needed
src/views/evaluation/model/useGetEvaluation.ts Deleted hook for individual team evaluation
src/views/evaluation/api/getEvaluation.ts Deleted API function for individual team data
src/views/evaluation/api/changePerformOrder.ts Deleted SSE functionality for real-time team performance updates
src/shared/asset/svg/UpArrow.tsx Added new SVG component for score increment controls
src/entities/evaluation/ui/Standard/index.tsx Updated header layout to match new grid structure
src/entities/evaluation/ui/EvaluationCard/index.tsx Completely redesigned with inline arrow controls instead of dropdowns
src/entities/evaluation/ui/Dropdown/index.tsx Deleted custom dropdown component
src/entities/evaluation/const/max.ts Added constants for maximum score values

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/entities/evaluation/const/max.ts Outdated
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx Outdated
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
Comment thread src/entities/evaluation/ui/EvaluationCard/index.tsx
@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
gwangju-talent-festival-client Ready Ready Preview Comment Sep 26, 2025 0:04am

@github-actions
Copy link
Copy Markdown

✅ CI 성공

@bae080311 bae080311 marked this pull request as ready for review September 20, 2025 02:57
@github-actions
Copy link
Copy Markdown

✅ CI 성공

@github-actions
Copy link
Copy Markdown

✅ CI 성공

@bae080311 bae080311 merged commit 23b957c into develop Sep 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants