Feature: View Insights for any GitHub topic #25
Replies: 3 comments
-
Open to UI suggestions on this. As you discovered we are limited to the finding other or new topics, the dropdown is the limiting factor. I don't know if there is an API endpoint for just topics, but that would be helpful. We could potentially a list of all available topics from GitHub and search using some search tooling. fuse.js for searchAnother option is using existing setup, but allow users to add to the list. We can search list using fuse.js. Fuse would work for a topics endpoint too. |
Beta Was this translation helpful? Give feedback.
-
Insight's uses the curl -X 'GET' \
'https://api.opensauced.pizza/v1/repos/search?page=1&limit=10&range=30&topic=flutter' \
-H 'accept: application/json' So, yes, I believe it would only be a limitation on how the UI/UX for entering that |
Beta Was this translation helpful? Give feedback.
-
My suggestion is instead of a search we open a command pallette (not designed) to allow the user to filter there instead. This will give us the ability to track to most request topics and only show the most popular, but show other topics in the command pallette. Similar to github and other project command palettes. |
Beta Was this translation helpful? Give feedback.
-
Type of feature
🍕 Feature
Current behavior
I'm new to OpenSauced Insights and I noticed that there was a very limited number of topics I could get insights from.
Though I could get insights on more topics simply by manually changing the URL. This shows that the site can support more than the selected topics.
Suggested solution
Add the ability to manually search for topics to get insights. This can be done by having an input in the topics dropdown menu.
I would like to work on this issue if it gets accepted.
Additional context
No response
Code of Conduct
Contributing Docs
Beta Was this translation helpful? Give feedback.
All reactions