ECE-458-Resource-Manager / ResourceManager

Project for ECE 458 - Engineering Software Maintainability
1 stars 0 forks source link

Resource search page #6

Closed eshiferax closed 8 years ago

eshiferax commented 8 years ago

https://github.com/julianmontagna/filter-collections

allankip commented 8 years ago

Working on it

allankip commented 8 years ago

My most recent squashed commit adds a resource search page (at the /search route) with all of the search parameters and a list view of resources. What needs to be done next is connecting the search parameters to the filter-collections package to filter the resources list.

eshiferax commented 8 years ago

All my current progress is in the search branch - there are a couple things we need to fix before pull-requesting:

I used the package's filter-collections-example as a guideline when adding the forms, etc. (live demo)

allankip commented 8 years ago