master #303

Merged
mpeltriaux merged 10 commits from master into Docker 2 years ago

10 Commits (master)

Author SHA1 Message Date
mpeltriaux a90106b390 Merge pull request '284_285_API_changes' (#296) from 284_285_API_changes into master
Reviewed-on: SGD-Nord/konova#296
2 years ago
mpeltriaux bc9c22949d Merge pull request '299_Performance_tweaks' (#302) from 299_Performance_tweaks into master
Reviewed-on: SGD-Nord/konova#302
2 years ago
mpeltriaux ede2591cb0 Merge pull request '#300 Extend mail templates' (#301) from 300_Extend_mail_template into master
Reviewed-on: SGD-Nord/konova#301
2 years ago
mpeltriaux f3075412eb #300 Extend mail templates
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
2 years ago
mpeltriaux 8e95e980a3 # Reduces db access
* reduces number of queries performed on detail views of intervention, compensation and eco_account
* renders deductable_rest of eco account beneath progressbar on eco account index view
    * clarifies ordering logic of related column
2 years ago
mpeltriaux 073c39a970 # Improves home_view()
* improves db fetching performance of landing page by ~75%
2 years ago
mpeltriaux acee9daab8 # Improves filter_show_all()
* improves performance for filter_show_all() in ShareableTableFilterMixin and CheckboxCompensationTableFilter by ~40%
2 years ago
mpeltriaux 35c7836b5c # Improve is_shared_with()
* improves central is_shared_with() method of ShareableObjectMixin to run ~30% faster
2 years ago
mpeltriaux 2e5345e522 #285 Drop atom_id from API
* refactors code usage from atom_id to id inside of api app
2 years ago
mpeltriaux 2950487f9c #284 Empty API data
* adds proper message for certain data parsing in case of an error
2 years ago