Pushyami Gundala
Pushyami Gundala
We have written few Jest tests for Frontend side of things, and currently it is broken in master branch. Fix the test and upgrade to new version of Jest package....
Currently [django-webpack-loader ](https://github.com/owais/django-webpack-loader) doesn't support webpack 5 and it looks like this package is not well supported. webpack 5 have features like [split chunks](https://webpack.js.org/guides/code-splitting/) will help with loading of the...
Predecessor issue is #1029 when the session expires while the user still interacting the experience may be choppy. Give the user a message saying something like "session expired, refresh your...
~Solves #996 , #648~ Resolves #987 Resolves #648 I was able to split the single JS file to source code + vendor assets and Was able to compress it as....
As suggested by @lsloan I think this error message and status code could be refactored into a new class based on JsonResponse. It could be a subclass or composition. The...