ccswbs / hjckrrh

GNU General Public License v2.0
6 stars 5 forks source link

FT2 - Allow feature item listing page to be filtered by keyword/tag (in addition to category) #632

Open mmafe opened 7 years ago

mmafe commented 7 years ago

Currently, the feature item listing page can only be filtered by category.

Please update the view so that the listing page can also be filtered by keyword/tag. You'll also need to update the Page so that the URL features/!tag works. Also note that the title of the filtered features listing should update to reflect the tag being filtered by.

Note: Relates to CECS. If they want a feature to show up under both the Students & Alumni section as well as the Employers & Institutions section, the feature would have to be tagged with both "Students & Alumni" and "Employers & Institutions". You would then have to filter the feature listing by keyword rather than category.

ushenoyuog commented 7 years ago

Acceptance Crriteia

  1. The URL https://aoda-client.uoguelph.ca//features/ should display a listing of features formatted just like the feature listing by category image
  2. No change to current functionality of listing by category.
ushenoyuog commented 7 years ago

#632 FT2 - Allow feature item listing page to be filtered by keyword/tag (in addition to category)

bdavey07 commented 7 years ago

Note: Updating to give title "Features Related to "

brharp commented 7 years ago

FT3 should also be updated to allow filtering by either category or keyword terms.

brharp commented 7 years ago

When FT3 is filtered by category, the "more" link goes to features/category/[tid]. This should be changed to use the new path (features/[tid]).