Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modularize front end #100

Open
rmnldwg opened this issue Apr 18, 2023 · 0 comments
Open

modularize front end #100

rmnldwg opened this issue Apr 18, 2023 · 0 comments
Assignees
Labels
maintenance e.g. upgrading framework or libraries

Comments

@rmnldwg
Copy link
Owner

rmnldwg commented Apr 18, 2023

While implementing the risk app, I noticed there are a lot of HTML templates and static files from the data viewer that I could reuse. However, with plain Django this isn't super straightforward: If a particular element needs some special CSS or JS file, I could not nicely use {% include ... %} and package the necessary static files with it.

Luckily, there is a package called django-sekizai that tackles exactly this problem. Hence, I can start refactoring the front end.

@rmnldwg rmnldwg added the maintenance e.g. upgrading framework or libraries label Apr 18, 2023
@rmnldwg rmnldwg self-assigned this Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance e.g. upgrading framework or libraries
Projects
None yet
Development

No branches or pull requests

1 participant