-
Notifications
You must be signed in to change notification settings - Fork 30
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
Search: Use aliases endpoint of our API [draft issue] #818
Comments
@bruceplai Hey Bruce, do you think you can provide a little guidance on this issue? We would like to have a more clear understanding of this issue before it gets assigned. |
I think the aliases API was originally meant for the Search Projects page. For example if the user searches for "hack4la" then we could compare that against data returned by the API and then find that "hack-for-la" is likely the tag that projects are being associated with on github. Then the query to the github project search API would be updated to "hack-for-la" and we would see some actual search results instead of a "sorry no results found" message. I'm not sure how we would come up with all possible aliases (or at least most aliases) that a user could enter for every single org tag, but that data should be compiled and entered into the following admin pages to make the aliases API useful https://api.civictechindex.org/api/aliases/ |
@DrIffathsultana please provide alias URL |
@ladissi Do you mean the list of Alias - https://docs.google.com/spreadsheets/d/1JW3LLctjRq9K-AHgg6gmGmod_ge22Lk3Jxmk_9KKDl8/edit#gid=0 |
Issue is Dependent on |
Bonnie's note: I am going to point to https://github.com/civictechsweden for all of them, but we will end up defining a separate tag for each one. That way, their results page will be customized to which of them people are looking at. |
Code for Australia's GitHub has a lot of repos and is part of code for all |
It's unclear how this website is different from http://g0v.tw/ (g0v.tw has more information on it, including slack and Facebook channels)
|
Current Progress on this:
|
Overview
When user searches for 'hack-for-la' vs 'hackforla' we'd want to respond equally well to both searches. The 'aliases' endpoint of our API is for this purpose.
Action Items
Resources/Instructions
Our API swagger page: https://api-stage.civictechindex.org/swagger/
Back-end issue: https://github.com/civictechindex/CTI-website-backend/issues/37
Google Sheet:
Old Sheet
New Sheet
Documents
The text was updated successfully, but these errors were encountered: