topcoder-platform / micro-frontends-taas-admin-app

taas-admin-app for managing taas administrative activities
MIT License
0 stars 5 forks source link

Clicking Topcoder handle displays blank page if RB status is not 'placed' #13

Closed sandhiyakavi closed 3 years ago

sandhiyakavi commented 3 years ago

Description: Clicking Topcoder handle displays blank page if RB status is 'closed'/'cancelled' (other than 'placed') since only RB with status 'placed' is viewable in Taas app.

Can we display message like 'Closed/Cancelled ResourceBookings cannot be viewed' ?

image

maxceem commented 3 years ago

@sandhiyakavi as this is issue in TaaS App, can we move it to the TaaS App.

And regarding this link, in Admin App, I guess instead of pointing it to Resource Booking, we can point it to the member page (like this https://www.topcoder.com/members/maxceem), which exists for any use, what do you think?

sandhiyakavi commented 3 years ago

@maxceem Yes, We can point it to the member page

Also there is no way to access this page in Taas app, until we hit directly through url. Do we need to make it as an issue in Taas app?

maxceem commented 3 years ago

Also there is no way to access this page in Taas app, until we hit directly through url. Do we need to make it as an issue in Taas app?

We have a way to access this page for in TaaS API for placed RB from here https://platform.topcoder-dev.com/taas/myteams/17717

I've fixed Admin App to show only placed Resource Bookings so this issue should never happen again when we click users from Admin App.

sandhiyakavi commented 3 years ago

Issue resolved through https://github.com/topcoder-platform/micro-frontends-taas-admin-app/issues/10