albertziegenhagel / albertziegenhagel/django-testing-framework
JavaScript code clean-up
Abierto
component: frontend
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 0
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently most of our JavaScript code is written inline into the HTML templates that Django will serve to the client browser.
We should extract that code into own `*.js` files that served as static files. While this might improve page loading a bit, the main reason to do it would be to allow us to structure our code better, make it more readable and maintainable and would make it easier to add tests for the JavaScript functionality.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.