Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress: detail view bubbles link to student progress, not personal progress #22135

Merged
merged 2 commits into from
May 2, 2018

Conversation

Erin007
Copy link
Contributor

@Erin007 Erin007 commented May 1, 2018

Currently, the ProgressBubbles in detail view of the progress tab links to the teacher's personal solution for the given stage. This change updates the href for each of those bubbles so the teacher can navigate to a specific student's solution.

Copy link
Contributor

@caleybrock caleybrock left a comment

Choose a reason for hiding this comment

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

Changes look great, but these bubbles are used pretty heavily throughout the site. Is there any test coverage or storybook addition we can add to confirm it's working as expected in both cases?

);
assert.include(wrapper.find('a').prop('href'), 'user_id=207');
});

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ProgressBubble is already fairly well tested, and I added in a quick check that the param for the user_id is making it into the href as expected.

@Erin007 Erin007 merged commit cf9d211 into staging May 2, 2018
@Erin007 Erin007 deleted the detail-bubble-link branch May 2, 2018 22: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.

None yet

3 participants