# 1 July 2025

## Released 1 July 2025

### Summary

This release encapsulates improvements around data entry, searchability, and connectivity. We focused on small, impactful wins to increase utility and improve the user's day-to-day experience working in the app.

#### Data Functionality

1. Increased form validation feedback&#x20;
   1. Ensure that fields are responsive in real time to minimize errors and confusion during data entry and form submission&#x20;
2. Added search and filtering capabilities on record list tables&#x20;
   1. E.g., it's now possible to search for specific criteria on the Providers table
   2. Intend to expand possible filtering criteria in the future based upon user feedback
3. Added search for specific Articles in the Policies & Controls module

#### **Usability**&#x20;

1. Enabled creating a Contract as a draft
   1. It's now possible to create a Draft ("V0") Contract
   2. Intend to enable saving Contract drafts (+V1) in the future&#x20;
2. Updated Contract form flow and design&#x20;
   1. Ensure streamlined data entry and increased accuracy
3. Streamlined flow of and copy within the Incident Final Report&#x20;

#### **Data Contextualization**

1. Linked critical data in record list tables
   1. E.g., tagged Functions and Risks are indicated in a Provider list table
2. Linked related records in record overview pages
   1. E.g., without needing to click into a Contract, see the Entities and Functions the Provider serves, as well as any Risks logged related to a Provider, directly from a Provider overview page&#x20;

#### App Look and Feel

1. Enhanced data visibility and consistency across forms&#x20;
   1. E.g., extended the width of dropdown fields so that all text is visible, harmonized action buttons and error messages&#x20;
2. Display made sleeker
   1. E.g., gave the sidebar a new design and improved the display of breadcrumbs, moved the User information to the bottom left of the app


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.doraedge.com/release-notes/1-july-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
