app.fieldmanager.io/ Product updates logo
Back to Homepage Subscribe to Updates

Product updates

See latest features, improvements, and product updates for Field Manager

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement
  • New
  • Change
  • Version

Jump to Month

  • October 2025
  • September 2025
  • August 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
Release notes byAnnounceKit

Create yours, for free!

Product roadmap
In Planning
Show Nadag data in Field Manager
New
Lab Data Exploration for geotechnical design
New
Lab order: Advanced test specification
Improvement
Lab order 2.0
Improvement
In Design
Improved mobile/field functionality
Improvement
Explore lab data in tables
In Progress
Nadag data sync
New
Visualize lab data for reporting
ImprovementNew
Released to production
SGF adaption
Improvement
Geoshapes - Geophysical footprint
New
Parsing of Totalsoundings
Change
Cross Section 2.0
Improvement
Import Geoarkiv historical data
Lab Order
Datamodels and plot for SGF methods
Copit Integration with Field Manager
Cross-sections
Favorite projects
Sample 2.0
Shear Vane test (SVT) data model
UCS, Description & Hummus tests
Overview map for all projects
More robust upload of SND-files
Project Standards
2 years ago

Release note

Improvement 

#1 New API endpoint

  • New endpoint for deleting multiple locations
    DELETE /projects/{project_id}/locations.

#2 Improve upload error message

  • Added guard against uploading empty files. If the end user is selecting a file from inside a Zip file, then this will happen. Now we will return an error message instead of crashing during parsing of the empty file.

Fix

  • Fix crash during import of SND GVR file with hydraulic piezometer with data, if location Z is zero (0).
  • Allow methods without conducted date while importing SND files.
  • Allow conducted date containing hyphen "-" separators during import of SND files.

Version 

field-manager-data-api: 4.2.35-16619

field-manager-web: 4.6.12-16622

Avatar of authorMats Kahlström
2 years ago

Release note

Fix 

  • Fixed the issue that the first render of linked projects is not loading.
  • Fixed the issue that lots of requests sent to plot pdf export endpoint.
  • Fixed the issue that some location filters are deactivated.

Version 

Avatar of authorMats Kahlström
2 years ago

Release note

Fix 

  • Fix crashes during loading of .pvt files without an installation time.
  • Fix crash in parsing header time (HI) in SGF files. Did always crash if HI was present in the header. 
  • Improved performance: Inefficient N+1 database query problem resolved in the endpoint GET /projects/{project_id}/summary
  • Internal fix: Default values in some of the pydantic schemas

Version 

Avatar of authorMats Kahlström
2 years ago

Release note

New

Export location table in GeoJSON format

Now, exporting the whole location table in GeoJSON format is possible.

Improvement

#1 A list of improvements for the static plot:

  • Supports the colored version now.
  • Creates multipage plots when a plot depth is greater than the requested plot scale.
  • Adds a percentile scaling for CPT to reduce the effect of outliers in the CPT x scaling.

#2 Four new map layers added:

  • NGU Granada - depth to bedrock
  • NVE KvikkleireFaregrad
  • NGU NADAG - methods
  • NGU NADAG - organizations

Fix 

  • Static plot - fixed issue when location method is created and tries to fetch pdf plot sequence
  • Fixed the bug that "show my position" is not working for iOS devices.
  • Fixed the bug that loading the organization drop-down list takes too long.
  • Fix the crash during the upload of some shape (.zip) custom layer files.

Version

Avatar of authorMats Kahlström