Replies: 1 comment
-
If a user search something and can't find a result. Add a link to a GH discussion where he can report what's missing. We could also log searches, but this might create a lot of low quality data... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suggest implementing a search bar in the header which should look like this:
It should show the assets that match the input string and load the necessary data from an api endpoint on input.
The input should be debounced to prevent too many api calls.
When one of the items is clicked, the details page for this asset should be shown.
We could use one of these external api:
https://www.alphavantage.co/documentation/#symbolsearch
https://api.tiingo.com/documentation/utilities/search
Beta Was this translation helpful? Give feedback.
All reactions