tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Search Bar in header of page

tomik-z-cech opened this issue · comments

As a Site User I am able to use search function through Categories, Items and Item descriptionsin order to quickly find what am I looking for.

Acceptance Criteria :

When I navigate to any page of the site then I can see the search bar located in the header.

Tasks :

  • Create search logic in views.py of landing app.
  • Provide users clearly with what fields they are searching
  • Provide users with text input field
  • Provide user with search button
  • User shouldn't be able to submit empty string as search criteria
  • Test functionality

Epic :
EPIC 12

This was done in commit 93a786e.