Skip to content

refactor: test events phase 2 (@miodec)#8036

Draft
Miodec wants to merge 44 commits into
masterfrom
test-events-phase2
Draft

refactor: test events phase 2 (@miodec)#8036
Miodec wants to merge 44 commits into
masterfrom
test-events-phase2

Conversation

@Miodec

@Miodec Miodec commented May 30, 2026

Copy link
Copy Markdown
Member

Yeet everything, derive from events.

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label May 30, 2026
return total === 0 ? 100 : (correct / total) * 100;
}

//todo: composition start must be the start time for burst calculation

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
todo: composition start must be the start time for burst calculation

@kiirod

kiirod commented May 30, 2026

Copy link
Copy Markdown

Wow

@Miodec Miodec changed the base branch from master to test-events-phase-1.5 June 1, 2026 14:06
Base automatically changed from test-events-phase-1.5 to master June 1, 2026 21:02
const kps = TestInput.afkHistory.slice(-5);
let afkDetected = kps.length > 0 && kps.every((afk) => afk);

//TODO: AFK DETECTION

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO: AFK DETECTION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend User interface or web stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants