github-actions
released this
16 Jan 13:40
·
222 commits
to main
since this release
π Added
- Added ZIP export with JSON and attachments for single and multiple boreholes.
π¨ Changed
- Removed attachments from csv import.
- Updated recommended csv headers for borehole import to camel case e.g.
OriginalName
(snake case e.g.original_name
is still supported for all properties except for custom identifiers). - Changed order of
Top Bedrock (fresh)
andTop Bedrock (weathered)
fields in borehole form. - When importing custom IDs with CSV, the headers are now dynamically mapped to the
borehole_identifier
codelists in the database. - Moved borehole import to side drawer and adapted UI design.
- Years greater than 9999 can no longer be used in date inputs.
- The application language is now determined by the browser language if it is any of the supported languages.
- Changed the icon for opening the labeling area.
π Fixed
- Observations were not included in exported borehole JSON file.
- Fixed bug where values of 0 were not displayed in numeric input fields.
- Fixed bug where
Lithostratigraphhy Top Bedrock
andChronostratigraphhy Top Bedrock
were not displayed in form after updating them and navigating away. - Ensure all hydrotest codelist values are imported.
- JSON export/import did not handle borehole geometry and location geometry correctly.
- JSON import did not handle casing references of observations, backfills and instrumentations correctly.
- In some cases, the color of the workflow badge did not match the publication status.