eric-newcomer / favor

An app that helps college students trade skills for services.
MIT License
0 stars 0 forks source link

Feature 3: Search for Favors (stretch goal) #84

Closed rupaltotale closed 4 years ago

rupaltotale commented 4 years ago

User Story

As a Cal Poly student user registered with an account on Favor, I want to be able to search for a Favor so that I can find the service that I am looking for quickly.

Use Case

Name "Search for Favor"

Description User is able to search for a specific Favor from the home page by typing a search query into the search bar.

Precondition

Happy Path or Course of Action

  1. User navigates to home page
  2. User sees search bar above list of available Favors
  3. User enters search query into search bar and hits 'Enter'
  4. Search query filters Favors by matching Favor titles and descriptions to the query
  5. Favors are presented that match the given search query

Postcondition Favors that match the given search query are presented to the user on the home page. Favors that don't match the search query are not presented.

Alternative Paths

Acceptance tests