appirio-tech / topcoder-app

topcoder-app is an Angular application that contains dashboard, profile, settings, login/registration, and design submissions.
35 stars 59 forks source link

Past challenges listing winner link bug #1186

Open ajefts opened 7 years ago

ajefts commented 7 years ago

Clicking on the "+##" next to the winners is opening an invalid page. It should just take the user to the winners/results tab of the challenge.

image

ajefts commented 7 years ago

fyi @Dara-K

Dara-K commented 7 years ago

Not only that is opening a new invalid page, usually that number is wrong.

Also on your preview there are members who have photos, but those photos are displayed only when hovering the photo placeholder.

Thanks for looking into this issue!

Dara-K commented 7 years ago

On same page, hope I am not mixing issues too much Tony :), if I hover over registrants numbers I get the impression is a link and I click it, but it does nothing. I expected to take me to Registrants tab on challenge details page.

ajefts commented 7 years ago

@Dara-K The images are fixed and I think the counts are too.

@tladendo We still aren't loading the winners or registrants page when clicking on them (unless you open in a new tab)

Dara-K commented 7 years ago

Yes, images and counts are good now. Thanks!