You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/01 02:17:20 UTC

[GitHub] [incubator-devlake] likyh commented on issue #2861: [Feature][Config-UI] Implement Gitlab API Proxy Access on UI

likyh commented on issue #2861:
URL: https://github.com/apache/incubator-devlake/issues/2861#issuecomment-1233654899

   > @likyh Here are the **GitHub REST API Search** Docs https://docs.github.com/en/rest/search. I think the first POC to draft is to take the user's query/search value from the input/select component field, Post that to the API search proxy onKeyUp maybe wrapped with a 3-second delay between each api live query.
   > 
   > Whatever search results are returned by the API, process it into an Array of search result objects that get mounted to the select drop down of available results. User should then be able to click one of the search result entries, that value gets selected as one of the project tags (behind the scenes an the selected value is wrapped in a project object, and then state is set)
   > 
   > **GitHub REST API Search** https://docs.github.com/en/rest/search
   > 
   > **GitLab Rest API Projects** https://docs.github.com/en/rest/projects/projects
   
   Github?  Do you want to add search in Github this time too?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org