Skip to content

Conversation

@YoniKiriaty
Copy link
Contributor

@YoniKiriaty YoniKiriaty commented Feb 9, 2026

tele:
image

auto:
image

full:
image

@YoniKiriaty YoniKiriaty added the feature A new Feature! label Feb 9, 2026
Comment on lines +25 to +27
const data: {
teams: Record<number, TeamData>;
} = await response.json();

Check warning

Code scanning / ESLint

Disallow assigning a value with type `any` to variables and properties Warning

Unsafe assignment of an any value.
dataset.color ?? defaultColors[index % defaultColors.length];
return {
label: dataset.name,
data: dataPoints.map((point) => point?.value) as number[],

Check warning

Code scanning / ESLint

Disallow type assertions that narrow a type Warning

Unsafe type assertion: type 'number[]' is more narrow than the original type.
export const calculateMedianClimbs = (
data: TeamData["auto" | "tele"],
phase: "tele" | "auto" | "fullGame",
) => ({

Check warning

Code scanning / ESLint

Require explicit return and argument types on exported functions' and classes' public class methods Warning

Missing return type on function.
@YoniKiriaty YoniKiriaty merged commit 7582266 into master Feb 11, 2026
2 checks passed
@YoniKiriaty YoniKiriaty deleted the scout/feat/team-tab branch February 11, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new Feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants