Skip to content

Sds spark redesign#413

Merged
zwatson2001 merged 8 commits intomainfrom
sds-spark-redesign
Mar 3, 2026
Merged

Sds spark redesign#413
zwatson2001 merged 8 commits intomainfrom
sds-spark-redesign

Conversation

@zwatson2001
Copy link
Collaborator

This PR redesigns the SDS task according to the version used by the SPARK lab. This is the documentation for their task and this is the link to the task itself. The most significant change is the addition of a side-by-side layout for the "something's the same" trials.

@zwatson2001 zwatson2001 marked this pull request as draft January 29, 2026 23:50
@zwatson2001 zwatson2001 marked this pull request as ready for review February 19, 2026 21:05
const storeItemId = stringToBoolean(urlParams.get('storeItemId'), false);
const cat = stringToBoolean(urlParams.get('cat'), false);
const heavyInstructions = stringToBoolean(urlParams.get('heavyInstructions'), false);
const newSds = stringToBoolean(urlParams.get('newSds'), false);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder if we can make this more generic. An object like:

{task: 'sds', version: 2}

This way we can move use for other tasks as well

Copy link
Collaborator

@asengupta3 asengupta3 left a comment

Choose a reason for hiding this comment

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

One minor comment. Other than that it looks good.

@zwatson2001 zwatson2001 merged commit 9c28337 into main Mar 3, 2026
3 checks passed
@zwatson2001 zwatson2001 deleted the sds-spark-redesign branch March 3, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants