Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move project stage filter to checkboxes #181

Open
themightychris opened this issue Jan 17, 2018 · 0 comments
Open

Move project stage filter to checkboxes #181

themightychris opened this issue Jan 17, 2018 · 0 comments

Comments

@themightychris
Copy link
Member

The /projects browser currently shows "Stages" as a 4th tab within the same UI used to filter projects by tags for topics/tech/events:

screen shot 2018-01-16 at 7 56 46 pm

Remove this 4th tab and instead list out all the stages as checkbox options ABOVE the tags widget, with all of them presented in order with descriptions like they are in the project edit form::

screen shot 2018-01-16 at 8 04 01 pm

In the filter sidebar they will have checkboxes instead of radio buttons though, and all of them will be checked by default except for Hibernating

Use an input name like stages[] for the check boxes as this will produce in PHP an array of all the checked values that can be applied to $conditions in the handleBrowseRequest method for projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant