You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able to enter a member handle in the assigned member drop down in its entirety. We will make two API calls - one to search for the handle (and populate the dropdown), but a new, additional call to do a member lookup directly using the member API:
If a direct lookup works, we should use that result and allow the copilot to set the assignee handle.
Basically, we are going to combine the output from:
Member search API (current implementation)
Direct handle lookup (new call)
Actual behavior
Currently, the copilot or PM has to select the handle name from the drop down, even if they put it in correctly. The problem now is that the API doesn't allow for searching by handles that start with a number, like 52code. We have a fix for the API, but deploying it will take a little while, so we're going to change this to allow for direct member entry, as well as searching in the meantime. This way we can just type 52code in the box and it will validate the handle and work.
Screenshot/screencast
The text was updated successfully, but these errors were encountered:
Expected behavior
The user should be able to enter a member handle in the assigned member drop down in its entirety. We will make two API calls - one to search for the handle (and populate the dropdown), but a new, additional call to do a member lookup directly using the member API:
https://api.topcoder-dev.com/v5/members?handle=Ghostar
If a direct lookup works, we should use that result and allow the copilot to set the assignee handle.
Basically, we are going to combine the output from:
Actual behavior
Currently, the copilot or PM has to select the handle name from the drop down, even if they put it in correctly. The problem now is that the API doesn't allow for searching by handles that start with a number, like
52code
. We have a fix for the API, but deploying it will take a little while, so we're going to change this to allow for direct member entry, as well as searching in the meantime. This way we can just type52code
in the box and it will validate the handle and work.Screenshot/screencast
The text was updated successfully, but these errors were encountered: