topcoder-platform / taas-app

TaaS App Front End
3 stars 24 forks source link

[$30] Fix cancelling for JC who is not in the team #583

Closed maxceem closed 2 years ago

maxceem commented 2 years ago

We implemented a custom cancel page in this issue https://github.com/topcoder-platform/taas-app/issues/575.

As a part of that task we are loading Job Title to show it on the page image

Internally, to do this we are calling 2 endpoints:

But JC users who are not a part of the team cannot call these endpoints which leads to error on this page:

image

To fix this what we can do is to get interview name the same way as we do on thank you page https://github.com/topcoder-platform/taas-app/blob/dev/src/server/misc/routes/interview-thank-you-page.js#L30-L32

maxceem commented 2 years ago

@yoution feel free to pick up if you like.

yoution commented 2 years ago

@maxceem please assign to me

maxceem commented 2 years ago

Challenge https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b has been created for this ticket.

This is an automated message for maxceem via Topcoder X

maxceem commented 2 years ago

Challenge https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b has been assigned to yoution.

This is an automated message for maxceem via Topcoder X

maxceem commented 2 years ago

Payment task has been updated: https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b Payments Complete Winner: yoution Copilot: maxceem Challenge 360fc3f6-95fa-4e17-8412-be133538cd6b has been paid and closed.

This is an automated message for maxceem via Topcoder X

maxceem commented 2 years ago

This is basically a duplicate of https://github.com/topcoder-platform/taas-app/issues/582. So I'm closing it.