-
Notifications
You must be signed in to change notification settings - Fork 6
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
[#1788] Refactor case list view #804
Conversation
d5f659d
to
938169c
Compare
Codecov Report
@@ Coverage Diff @@
## develop #804 +/- ##
===========================================
+ Coverage 93.04% 93.11% +0.06%
===========================================
Files 744 747 +3
Lines 25932 25793 -139
===========================================
- Hits 24129 24017 -112
+ Misses 1803 1776 -27
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e90ccf7
to
23638af
Compare
2d05cde
to
2d3d9fb
Compare
2d3d9fb
to
5ee5442
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍, just some minor remarks
- remove data processing from `CaseListMixin`, move to `Zaak` and `OpenSubmission` dataclasses - remove data pre-processing from `CaseListMixin`, break out into separate functions - re-order imports
- Merge migrations - Refactor openzaak.api_models and helper functions in openzaak.cases to reflect addition of
a086751
to
2391abc
Compare
2391abc
to
fbef4a4
Compare
fbef4a4
to
74835b5
Compare
Taiga #1788