You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web
Christian Merten aae75ce291
perf(finance/admin): remove `is_valid` from list view (#9)
The new unified statement view is very slow in production. This is
caused by the computation of `is_valid` for every entry of the list,
which entails at least one database query per row. Instead of removing
the `is_valid` field from the list view, we could prefetch the related
fields, but I don't think the `is_valid` provides any noticeable benefit
anyway.

We also add pagination to the statement view.
1 month ago
..
contrib feat(members/admin): button to (re)request registration form 3 months ago
finance perf(finance/admin): remove `is_valid` from list view (#9) 1 month ago
jdav_web feat(finance/admin): unified statement view (#6) 1 month ago
locale/de/LC_MESSAGES feat(members): add group meeting checklist generation (#154) 4 months ago
logindata chore(*/tests): various tests 4 months ago
ludwigsburgalpin contrib: factor common media path manipulations out 10 months ago
mailer chore(settings): add logging configuration and replace print statements 3 months ago
material chore(*): remove stub files 4 months ago
members feat(finance/admin): unified statement view (#6) 1 month ago
startpage chore(static): add attributions and replace third party images 3 months ago
static feat(finance/admin): unified statement view (#6) 1 month ago
templates feat(finance/admin): unified statement view (#6) 1 month ago
.coveragerc chore(tests): add executed test methods to coverage report (#5) 2 months ago
manage.py Initial django setup 9 years ago
utils.py chore(settings): add logging configuration and replace print statements 3 months ago