CodeForPhilly / CodeForPhilly/laddr

Move project stage filter to checkboxes

Aperta
#181 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Smarty
Stelle
62
Fork
34
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.