INCF / biostar-central

DEPRECATED, please go to upstream on
http://github.com/ialbert/biostar-central
Other
4 stars 4 forks source link

Multiple tag filtering #31

Closed puntonim closed 10 years ago

puntonim commented 10 years ago

A simple fix to hide pill bar in case of anonymous user This doesn't fix the following urls: http://neurostars.org/show/messages/ http://neurostars.org/show/myvotes/ http://neurostars.org/show/mybookmarks/ http://neurostars.org/show/myposts/

But the only way to get to those pages now is by typing them

puntonim commented 10 years ago

Note: The second commit "Multiple tag filtering" should have been in a new pull request, bit it has sneaked here.

Clicking sequentially on different tags generates an exclusive tag filter. It is implemented by concatenating tags in the url, see attached pic: untitled

It is a simple way to add multiple tag filtering feature to neurostars.org, as suggested in your GSoC 1024 proposal. I did it in order to get to know the codebase. You don't really have to merge this pull request right now, I haven't tested it that much yet.

brainstorm commented 10 years ago

@nimiq, Thanks for the pull request and the detailed description of the improvement! As you said I will not merge it now, but please make sure you mention this on your application on Melange :)

brainstorm commented 10 years ago

Multiple tag filtering scheduled for next week as discussed. Changing name of the issue.

puntonim commented 10 years ago

Done here: https://github.com/ialbert/biostar-central/pull/244