commitra / commitra/backsy

Add multi-filter builder UI (frontend only)

Abierto
#4 1 comentario 0 reacciones 0 asignados Ver en GitHub
enhancement good first issue hacktoberfest
Lenguaje dominante
HTML
Estrellas
0
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Description:
Enhance the frontend so users can add or remove multiple filter rows.
Each filter row should map to the existing FilterCondition model (column, op, value) and be included in the JSON body sent to /process/csv.

Suggested files to edit:

index.html — add UI controls to dynamically add/remove filter rows and wire them into the existing JSON builder logic

Acceptance criteria:

User can add/remove N filters in the UI

Each filter becomes an entry in selection.filters within the JSON request sent by the UI

The backend already supports multiple filters, so no backend changes are required

Basic UI validation ensures each filter row has both a column and a value before inclusion

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start in index.html by reading the existing filter controls and JSON builder. Add the dynamic filter-row UI there, ensuring each row maps to column, op, and value and valid rows appear in selection.filters for /process/csv. Done means users can add or remove N rows and incomplete rows are excluded from the request.

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

Evaluación

Stack tecnológico
html
Área
frontend
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.