truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

Search for a business #7

Closed domcho closed 4 years ago

domcho commented 4 years ago

Drivers should be able to search for a business or facility providing specific services (e.g. washroom) using either their current location as obtained from the browser, or by entering an address.

Results will be displayed using markers on a Google Map, and in text form in a vertically scrollable frame. The results will include relevant information (address, hours, contact info, vote score) as well as links to allow drivers to contact the business and upvote/downvote it. There will also be a link to allow a driver to report a problem, e.g. business does not really exist, etc.

iamjillsanluis commented 4 years ago

Searching is already implemented - i.e. your location / custom location can zoom narrows down the locations in the map.

Each facilities also has details on them when clicked.

Upvoting / downvoting will be covered in the moderation future scoping. Similarly, invalid facilities will be covered by moderation process.