anitab-org / anitab-org/stem-diverse-tv
Bug: Add summary field in request body in video creation
- Lenguaje dominante
- Python
- Estrellas
- 13
- Forks
- 48
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Describe the bug
We need to add `summary` field in the request body in order to add a summary of the video when we create a video.
### To Reproduce
Steps to reproduce the behavior:
1. Go to `/videos/` (POST) - creating videos
2. Take a look at the request body we send
3. `summary` is missing
### Expected behavior
1. Add `summary` field in request model
2. change `summary` field - read that property from a model object (instead of hardcoded `None` value)
### Screenshots

### Desktop (please complete the following information):
- OS: elementary OS 5.1.7 Hera (built on Ubuntu)
- Browser: Google Chrome
- Version: 88.0.4324.182
### Additional context
Note: this is dependent on #83, so hold on until #120 is merged
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.