Block a user
Allow filtering on session list
Filtering was added and later removed because it was done in a manual way and only very few (hard-coded) parameters were available. This needs a better solution.
Add graphs
This was added and later re-moved because:
- it was too slow (didn't cache it, though!)
- it wasn't particularly good looking
- relied on image generated by the back-end (should probably use…
Make start session and finish session not reload the whole page
I've already did a POC of returning HTML partials with Django in 3f037b4c7c, additionally there are packages for improving working with partials.
Further reading:
- https://github.com/spookyl…