Merged
Conversation
8 tasks
Ben-Hodgkiss
approved these changes
Mar 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.
What type of PR is this? (check all applicable)
Description
List of form improvements that have been requested after initial use, can be seen in ticket, key tech changes:
Process locking (
ServiceLock)Check results — override button
config/allowed-users.mdcan override blocking check failures ("columns not found") and proceed to add data anywayGitHub branch selection — shared macro
datamanager/components/github-branch.htmlas a reusable Jinja macro consumed by bothdashboard_add.htmlandadd-data.htmlAdd data form improvements
treedataset is selected; defaults to Pointgeom_typeispolygon,{"WKT": "geometry"}is automatically added to thecolumn_mappingin thecheck_urlparams and flows through toadd_dataDataset list source
dataset.pynow derives the dataset list fromPROVISION_CSV_URL(the specification provision CSV) rather than the planning API, ensuring only provisioned datasets appear in the autocompleteRelated Tickets & Documents
QA Instructions, Screenshots, Recordings
Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.
Try upload a csv file, with tree dataset, and override if missing columns
Added/updated tests?
We encourage you to keep the code coverage percentage at 80% and above. Please refer to the Digital Land Testing Guidance for more information.
have not been included