wuwanahq / wuwana2

🇪🇺 Wuwana v2 - A webapp to help users find local suppliers in Spain.
Mozilla Public License 2.0
2 stars 2 forks source link

v2.2 Homepage #123

Closed levogirar closed 3 years ago

levogirar commented 3 years ago

Design and code the new homepage. Current homepage will become the search result page.

Nils85 commented 3 years ago

@levogirar can you add some basic suggestions in the search? Like "Coffee", "Beer", "Restaurant"...

Screen Shot 2021-03-28 at 4 05 57 PM

And don't forget to create a pull request before merging into develop-v22 😇

levogirar commented 3 years ago

I could try. Any suggestion on how to do that? 😝

Nils85 commented 3 years ago

I could try. Any suggestion on how to do that? 😝

Well, you created this interface, right? So you just need to add HTML links that target this kind of URL: "/?search=beer"

levogirar commented 3 years ago

listData = '<a href="/?search=' + userValue + '"><li>'+ userValue +'</li></a><hr>'; I added this to the javascript, but I meant how to generate more suggestions based on userValue

Guide for autocomplete https://morioh.com/p/29930e573b26