[Feature] Validación de frases vacías ⚠️
Open
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
El juego permite mandar frases en blanco si alguien presiona 'espacio' o 'enter' sin texto real. Tarea: Agregar validación tanto en el frontend (HTML5 required + JS) como en el backend (views.py) para asegurar que las frases tengan contenido real.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the frontend form and its JavaScript submission handling, then inspect views.py for the backend validation path. Verify how whitespace-only phrases are submitted and rejected in both layers. Done means pressing Space or Enter without real content cannot submit a phrase on either side.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript, python
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100