coder13 / coder13/Competitor-groups

Show Best and Mean columns for 3x3x3 Blindfolded results

未關閉
#85 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
11
分支
12
平均合併
34 分鐘
30 天內合併 PR
2

描述

## Problem

On the competition results page for a 3x3x3 Blindfolded round, both summary columns are labeled `Best` and both render the single result. This is visible on Rubik's WCA European Championship 2026, 3x3x3 Blindfolded Round 1.

The round uses a best-of-3 format, so the current format-only column selection treats both summary columns as `single` even though WCIF/WCA Live also provides the mean in `average`.

## Expected behavior

The summary columns should be shown in this order:

1. `Best`, using `result.best` and the single record tag
2. `Mean`, using `result.average` and the average record tag

## Acceptance criteria

- 3x3x3 Blindfolded result tables render `Best` and `Mean`, not two `Best` columns.
- The two columns display the corresponding best and mean values.
- Record badges remain attached to the correct result type.
- Other event and round-format column behavior remains unchanged.
- Add regression coverage for a 3x3x3 Blindfolded best-of-3 round.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Start at the competition results page's summary-column selection for 3x3x3 Blindfolded and trace how the best-of-3 format maps columns to result fields and record tags. Add regression coverage for this round format, then verify the table shows Best from result.best and Mean from result.average while other event and round-format behavior stays unchanged.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
react, typescript
領域
frontend
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
冷清
描述清晰度
描述清楚
新手友好度
76/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。