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

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

[$5] Use new endpoint to get member suggestions #61

Closed maxceem closed 3 years ago

maxceem commented 3 years ago

To fix the first part of the issue https://github.com/topcoder-platform/micro-frontends-taas-admin-app/issues/51.

We've implemented a proxy endpoint in TaaS API which would return member suggestions no only to admins, but also to Booking Manager users.

So we have to update Admin App to not use ${config.API.V3}/members/_suggest/${fragment} and use /v5/taas-teams/members-suggest/{fragment}.

Update code to do so.

sandhiyakavi commented 3 years ago

Verified on Dev Env. Suggestions are getting displayed now for Booking Manager role.

image

maxceem commented 3 years ago

Paid via https://www.topcoder.com/challenges/0f2822a0-5250-4668-baec-7c885f852a4a

sandhiyakavi commented 3 years ago

Verified on Prod with @nkumar-topcoder