Update domain classes to include map data for PDF rendering#3844
Open
andreia-ferreira wants to merge 7 commits into
Open
Update domain classes to include map data for PDF rendering#3844andreia-ferreira wants to merge 7 commits into
andreia-ferreira wants to merge 7 commits into
Conversation
andreia-ferreira
temporarily deployed
to
e2e-approval
July 17, 2026 15:30 — with
GitHub Actions
Inactive
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3844 +/- ##
============================================
+ Coverage 67.10% 67.16% +0.06%
- Complexity 1803 1810 +7
============================================
Files 406 406
Lines 10645 10677 +32
Branches 1398 1401 +3
============================================
+ Hits 7143 7171 +28
- Misses 2759 2763 +4
Partials 743 743
🚀 New features to boost your workflow:
|
shobhitagarwal1612
approved these changes
Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards #3839
This PR focuses on updating domain models to prepare for including a map with the polygon drawn on it in the PDF report:
LoiReportnow carries the geometry and the style, so that the polygon can be included in a similar style as the one defined by the jobSubmissionPdfDocumentcontains a new mapBlock which has all the needed information to be able to render the new component laterThere are no behavior changes in this PR, but the new logic is covered by unit tests.
@shobhitagarwal1612 PTAL?