albertziegenhagel / albertziegenhagel/django-testing-framework

JavaScript code clean-up

Abierto
#61 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.