[#40] Bulk PDF export - frontend #91
No reviewers
Labels
No labels
Bug
Client: Biosphere Capital
Client: Central Hawkes Bay District Council
Client: Forward Works Viewer
Client: Kea/Kākā Databases
Client: Otorohanga District Council
Stage: Blocked
Stage: Doing
Stage: Peer review / Staging
Stage: Ready
Stage: UAT AT
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lightweight/right-tree#91
Loading…
Reference in a new issue
No description provided.
Delete branch "matt/40-batch-frontend"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
assigned to @satoshi
FilterContext not used outside this file, probably no need to export?
StepContext not used outside this file, probably no need to export?
backVisible
,nextVisible
are not used (not passed as props in the component rendering), can be deleted?There are some mismatches between file name, component name, and imported name e.g. this component is
Map
in its definition but imported asLocationSelectorMap
here.Not necessarily in this MR but it would be nice if they're fixed.
Should be deleted if this is out of scope for this commit?
So /apply endpoint is for posting a single questionnaire and not bulk?
Yeah, sorry for my wording here. /apply endpoint is for posting a single questionnaire which persists in the backend. / is the existing endpoint and has no backend persistence (only GETs relevant data).
You're right. I will move this to another branch
They're used on L52 and L53
and those vars are subsequently used for rendering, which I think is ok?
Will make a note in case there's more funding :)
changed this line in version 2 of the diff
changed this line in version 2 of the diff
changed this line in version 2 of the diff
added 1 commit
Compare with previous version
How does a user land on
/apply
page? It doesn't seem to have a link within the app. Presumably user who wants to use that form gets notified of the url?Yeah they are used in this component but those props are not actually passed i.e. there are no
*Step
component that doesFrom my understanding, users are given the URL in a physical leaflet. Authorization for that endpoint is out-of-scope.
changed this line in version 3 of the diff
added 1 commit
Compare with previous version
Ah I understand now. Have now removed a few of the unused arguments 👍
resolved all threads
Thanks, LGTM!
approved this merge request
added 2 commits
3f9f816a
- 1 commit from branchmain
9ac545a6
- [#40] Bulk PDF exportCompare with previous version
Awesome, thanks for the feedback Satoshi
resolved all threads