cse442-fall-2019-offering / 442projects-natural-spring-water

442projects-natural-spring-water created by GitHub Classroom
1 stars 0 forks source link

STORY - Search functionality #49

Open jromano8954 opened 5 years ago

jromano8954 commented 5 years ago

As a student I want to be able to search for courses via the search bar.

wwong9 commented 5 years ago

Acceptance Test: The user can input into the search bar a course code and/or title. Then Click on the "Search" button beside it. After clicking, the page will filter the displayed courses and only list the ones that contain the input as a substring.

Test Passed.

wwong9 commented 5 years ago

Known Bug:

Pressing Enter in the Search Bar will break the web-app since it forces a refresh on the page.