do-community / hacktober-board

Hacktoberfest Board
http://hacktober-board.com
6 stars 9 forks source link

Consolidate Issue filter actions to one controller action #24

Closed pulponair closed 5 years ago

pulponair commented 5 years ago

Currently we have:

I would suggest to consolidate that to a single issue and make the filter potentiallly combinabile. so urls would look like:

/i/?filter[language]=php&filter[label]=feature etc. That would drastically reduce the amount of code in controller and view.