Demo Review Console

Elena Kim

demo reviewer

[email protected]

Evidence captured inside Kagento's isolated task environment. This review does not claim access to candidate-owned local tool transcripts.

Score
64/100
Tests
9/14
Duration
17m 14s
Submitted
May 6, 11:29 AM
Challenge
Git task
Frontend Filter Regression

Scored from the candidate repo at the submitted main commit.

Timeline Scrubber

Jump to repo commands, commit diffs, checks, and submit evidence

Commit Diff

Submitted repository changes: f0c1948a73be

src/components/TaskFilter.tsx
modified
@@ -29,7 +29,9 @@ export function TaskFilter({ selectedTags, onChange }: Props) {
- setSelected(nextTags)
+ setSelected(nextTags)
+ const params = new URLSearchParams(window.location.search)
+ params.set("tags", nextTags.join(","))
Git Session Replay

Git and shell commands from the isolated repo session

[00:47]
$ npm test -- TaskFilter
5 failed, 9 passed
[07:20]
$ git diff -- src/components/TaskFilter.tsx
+ const params = new URLSearchParams(window.location.search)
+ params.set("tags", nextTags.join(","))
[16:58]
$ npm test -- TaskFilter
9 passed, 5 failed
FAILED filter_keyboard_navigation