Show Best and Mean columns for 3x3x3 Blindfolded results

オープン
#85 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
76/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
react, typescript
領域
frontend

調査の方向性

3x3x3 Blindfolded の大会結果ページにある概要列の選択箇所から始め、Best-of-3 形式が列を結果フィールドおよび記録タグにどのように対応付けているかを追跡します。このラウンド形式の回帰テストを追加し、その後、他のイベントやラウンド形式の動作を変更せずに、テーブルに result.best の Best と result.average の Mean が表示されることを確認します。

索引モデルが issue の本文から書いたものです。

説明

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.
主要言語
TypeScript
スター
11
フォーク
12
平均マージ
34分
マージ済み PR(30日)
2

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

coder13/Competitor-groups のほかの issue

coder13/Competitor-groups の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。