Skip to content

#614 채점현황 UI 개편#719

Merged
Neibce merged 6 commits into
developfrom
614/judge-status-ui
Jun 26, 2026
Merged

#614 채점현황 UI 개편#719
Neibce merged 6 commits into
developfrom
614/judge-status-ui

Conversation

@Neibce

@Neibce Neibce commented Jun 25, 2026

Copy link
Copy Markdown
Member

Changelog

  • 채점 현황 목록을 제출 ID 중심에서 문제/제출 정보 중심 UI로 개편했습니다.
  • 제출 ID 컬럼을 제거하고 제출시각 / 문제 번호 / 제출자 / 채점 현황 / 언어 / 시간 / 메모리 순서로 정리했습니다.
  • 백엔드 제출 목록 응답에 problem_id, result_display 필드를 추가했습니다.
  • 채점 결과 표시를 한글화했습니다.
  • 채점 현황 화면의 iView 기반 테이블/필터 의존을 제거하고 커스텀 테이블, 필터, 페이지네이션으로 정리했습니다.
  • 스켈레톤 로딩, 결과 뱃지 스타일, 컬럼 정렬, 글자 크기, 툴바/페이지네이션 UI를 개선했습니다.

기존 화면

code pusan ac kr_acm-rank_user-rank

개편 후 화면

localhost_8080_status

Testing

  • 백엔드 제출 목록 테스트 보강
    • 일반 제출 목록의 problem_id, result_display 응답 확인
    • 대회 제출 목록의 problem_id, result_display 응답 확인
  • 프론트 lint 실행
    • npm run lint
    • 결과: error 없음, 기존 warning만 존재
  • 브라우저 수동 확인
    • /status 렌더링 확인
    • 컬럼 순서/정렬 확인
    • 결과 한글 표시 확인
    • 채점 상태 필터 활성 상태 확인
    • 스켈레톤 로딩 구조 확인

Ops Impact

N/A

Version Compatibility

  • 백엔드 응답 필드가 추가되지만 기존 필드는 유지되어 하위 호환됩니다.
  • DB 마이그레이션 없음.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9f36b8af05

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 100 to 103
this.$router.push({
name: "user-home",
params: { username: this.item.username },
query: { username: this.item.username },
})

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Pass usernames as route params

When clicking another submitter's name, this now navigates to user-home with username in the query string, but the user-home page reads this.$route.params.username and otherwise redirects to the logged-in user's own profile. In the submission list, selecting an author therefore opens the current user's profile instead of the selected submitter's profile.

Useful? React with 👍 / 👎.

Comment on lines +35 to +36
<th class="problem-id">{{ $t("m.Problem_ID") }}</th>
<th class="author">{{ $t("m.Submission_Table_Author") }}</th>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add translations for new table labels

The zh-CN and zh-TW locale files only add Search_Submitter in this change, and the VueI18n setup has no fallbackLocale, so these new keys render as raw m.Problem_ID / m.Submission_Table_Author headers for Chinese-language users; the newly used empty-state key has the same issue. Add the corresponding entries to every supported locale before switching the table to these labels.

Useful? React with 👍 / 👎.

@Neibce Neibce merged commit 72a0d80 into develop Jun 26, 2026
6 checks passed
@Neibce Neibce deleted the 614/judge-status-ui branch June 26, 2026 05:00
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.

1 participant