-
Notifications
You must be signed in to change notification settings - Fork 212
[$50]Missing skills on user interface - wrong tags filter used and addition of limit #3474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Use https://github.com/topcoder-platform/community-app/tree/hot-fixes-1 for PR @topcoder-platform/topcodercompetitors @topcoder-platform/tcxcommunity this is open for pickup |
@sushilshinde a minor confusion based on requirements above do i need to change from "api.topcoder.com" to "api.topcoder-dev.com" or is it by mistakely written above? |
domain part will always remain dynamic so no change there Change required : FYI @urwithat |
@sushilshinde - perfect |
@sushilshinde actually this change is on topcoder-react-lib side, my changes are done but unaware on which branch it is to be raised, hence assuming on my side and raising PR on dev branch |
@sushilshinde PR is at topcoder-react-lib repo topcoder-platform/topcoder-react-lib#114 |
@rashmi73 please follow the instructions |
@sushilshinde I guess you misunderstood, because code for above solution is not present in community-app, it is at https://github.com/topcoder-platform/topcoder-react-lib/ can you please say which branch to use then? |
@sushilshinde @urwithat are we merging this? |
@rashmi73 kindly fix PR, follow notes here #3474 (comment) |
@codeMinter yes I read comment which says PR on community app hot-fixes-1, but solution to this issue does not require PR on community app, rather it is topcoder-react-lib repo. hence I raised PR on it against dev branch. this is what I am trying to convey above. kindly confirm if m wrong or something is missed by me or something else expected? @sushilshinde Hope so its efforts wont go waste as already happened twice with me. |
@rashmi73 got it. The pipeline is busy, if you see I also have 2 tickets waiting for deployment. So we need to wait till it gets free for deployment. It will be merged once pipeline gets cleared. |
@sushilshinde - Is this available in dev as yet? |
@rashmi73 can you make this changes? |
@rashmi73 I changed PR's base branch to hot-fixes-2 |
Thank you @drasticdpk |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30115720 |
Describe the bug
Community-app is using tags url which is wrong currently: https://api.topcoder.com/v3/tags/?domain=SKILLS&status=APPROVED
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Need to change to https://api.topcoder-dev.com/v3/tags/?filter=domain%3DSKILLS%26status%3DAPPROVED&limit=1000
The text was updated successfully, but these errors were encountered: