-
Notifications
You must be signed in to change notification settings - Fork 24
Update candidates status #25
Comments
Contest https://www.topcoder.com/challenges/30158524 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30158524 has been updated - maxceem has been unassigned. |
Done via 848668b. See demo video of the functionality https://monosnap.com/file/jl9Y66O87SNM88CUvTgw8gz28ErVGF
|
Verified.Working as expected. issue.25.mp4 |
The logged in user is a member of the Connect project or a Connect Manager role? @SathyaJayabal could you open the project access controls in Connect? |
@wdprice , I can manage customer team, but only view topcoder team. |
@SathyaJayabal could you please add me to this project |
@maxceem , sent invitation to the project. |
@SathyaJayabal I've tried it with my user whom you've invited |
@maxceem , still have the same issue. |
@sandhiyakavi , please try with your handle. |
@nkumar-topcoder could you please help us debug this on RPOD. Can we check the log the TaaS API. There should be a message produced be this line: localLogger.debug({ context: 'checkIsMemberOfProject', message: `the members of project ${projectId}: ${memberIdList}` }) I wonder what it returns. |
@maxceem , works fine now |
This was fixed with update to m2m token scope |
Uh oh!
There was an error while loading. Please reload this page.
Implement functionality for "Yes"/"No" buttons for candidates.
PATHC {{TOPCODER_API_V5}}/jobCandidates/{{jobCandidateId}}
with body{ "status": "..." }
.Remove the "Schedule interview" button for now
General requirements
For this feature, we have to create a Redux store with actions. So we would keep the job with job candidates in Redux store, call actions to change status, and update data in store after successful requests without data realoding.
The text was updated successfully, but these errors were encountered: