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

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

[$30] When update "Working Days" we have to update other Work Period values in the table #25

Closed maxceem closed 3 years ago

maxceem commented 3 years ago

When we update the value inside Working Days we send request to the server to update. When this value is updated it could happen that other values of the Work Period would be updated automatically.

So when Work Period working days is updated we have to update all other fields using response from the server.

For example, when we update Working Days to 0, then pyamentStatus would be updated on the server to No Days, so we should see this update reflected in the table as soon as we get response from the server

image

maxceem commented 3 years ago

This works perfectly https://monosnap.com/file/vbFKeWaR07Hl189mXGfCqmqpA2hxbb

maxceem commented 3 years ago

paid via https://www.topcoder.com/challenges/5a70a6de-8189-48d5-a5d7-524852068ae5

sandhiyakavi commented 3 years ago

Verified on Dev Env. PaymentStatus is changing according to the change in WorkingDays

image image

sandhiyakavi commented 3 years ago

Verified on Prod with @nkumar-topcoder