steve-ochoa / osu_cs_361_longbourn

Longbourn Foxes Team Repo
1 stars 3 forks source link

No User Feedback When Search Query Does Not Yield Any Results #34

Open seokhchoi opened 3 years ago

seokhchoi commented 3 years ago

Currently, user cannot be certain if a search yields results.

Precise steps to reproduce issue: 1) user enters a search term (e.g., "Brazilian Jiu Jitsu") that does not yield any search results, then clicks the "Find Your Expert" button image

2) Currently, a blank screen comes up. Instead, it would be better if a message appeared informing user that search did not yield any results (as opposed to nothing) image

contip commented 3 years ago

addressed in f6679dfff47ec4054a814a13fa46cb237fd5738f

if no results found, conditionally render an explanatory message and provide quick link to search again: image