-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#557] Add download endpoint #576
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #576 +/- ##
==========================================
- Coverage 84.19% 84.01% -0.19%
==========================================
Files 214 214
Lines 5772 5886 +114
Branches 586 599 +13
==========================================
+ Hits 4860 4945 +85
- Misses 912 941 +29 ☔ View full report in Codecov by Sentry. |
3f982fb
to
08e2c45
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.
1 suggestion, feel free to ignore if you disagree
a727120
to
eab64c2
Compare
I've added an initial frontend setup, but I'm having difficulties validating/testing. Can you add an e2e tests? |
ef5cfb9
to
71cab41
Compare
da91843
to
d75c5a5
Compare
@SilviaAmAm wil jij deze reviewen? |
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 a few questions
GEOS_LIBRARY_PATH = config("GEOS_LIBRARY_PATH", None) | ||
GDAL_LIBRARY_PATH = config("GDAL_LIBRARY_PATH", None) |
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.
Why are these needed?
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.
For generating the docs, it's a Mac thing where, when installed with brew (package manager) certain system libraries may have non-standard paths. This allows to configure them using a .env, similar to: open-zaak/open-zaak@6cbb045
d75c5a5
to
7842e25
Compare
7842e25
to
af36cc1
Compare
Partly fixes #557