Lercerss / SOEN341W18

Software Process Winter 2018 Group Project - SA3
6 stars 2 forks source link

add quick_search window to navbar #113

Closed jetcanfly closed 6 years ago

jetcanfly commented 6 years ago

Description

[This is an enhancement of #71. Instead of using a independent page, we add a quick_search window on nav bar for quick access to search. Input keywords in that window and click enter. ]

Tasks

  1. add a window to navbar.
  2. adjust searching page and only show results.

Acceptance Test

  1. Input keywords in quick_search windows and click enter to jump to searching result page .
  2. Go through Acceptance Test in #71 using quick_search window and check the result in result page. The results should be the same as #71 .
Lercerss commented 6 years ago

Implemented as part of #114.