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

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

Workperiods for RB with status 'cancelled' are displaying in the Admin app #10

Closed sandhiyakavi closed 3 years ago

sandhiyakavi commented 3 years ago

Description:

  1. Now workperiods for RB with status 'cancelled' are displaying in the Admin app. If so, then it is possible for the Admin to process payment for the resources who are cancelled. Can we put some restriction to prevent cancelled RB's data showing up in Admin app?

image

image

  1. Also for RB's with status 'closed', Currently if payment not done (paymentStatus='pending') but RB closed, those records are also showing up. Do we need add any restriction for that also?

  2. Still I am able to see some records with older status 'sourcing', 'in-review' displaying in Admin app. image

cc: @nkumar-topcoder

maxceem commented 3 years ago

This is fixed now, and only placed Resource Bookings are shown in this table.

sandhiyakavi commented 3 years ago

Verified on Dev Env.

image

sandhiyakavi commented 3 years ago

Verified on Prod Env with @nkumar-topcoder