CodeForPhilly / CodeForPhilly/laddr

Move project stage filter to checkboxes

Abierto
#181 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Smarty
Estrellas
62
Forks
34
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Empieza por el navegador /projects y el método handleBrowseRequest, y luego compara el orden y las descripciones de las etapas que se usan en el formulario de edición del proyecto. Sustituye la pestaña Stages por opciones de casilla de verificación encima del widget de etiquetas, usando stages[] y dejando Hibernating sin marcar de forma predeterminada; se considera terminado cuando las etapas seleccionadas llegan a $conditions y filtran los proyectos correctamente.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
php
Área
full-stack
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.