# V 1.0.5 June 2024

## Feature

### :octagonal\_sign: Break Between Appointment

* **Customizable Breaks:** "Add Break Slot" option to the appointment scheduling interface.&#x20;
* **Admin & Provider Control:** This lets providers and admins set customizable breaks between appointments, which patients won't see.
* **Patient View:** Breaks are invisible to patients during booking an appointment.
* **Existing Appointments:** Update existing availabilities with breaks without affecting pre-set schedules.<br>

  <figure><img src="/files/A5loqCq97TCVygo2gkvA" alt=""><figcaption><p>Break duration while set availability</p></figcaption></figure>

## Enhancement

### :registered:Registration Optimization

1. Patient&#x20;
   * **Sign-Up:** Removed confirm password and preferred name fields; auto-detect country code; last name optional and the checkbox for agreeing to terms and conditions; redirects to relevant page when clicked.
   * **Patient Profile:** First name mandatory; other personal and address details non-mandatory; insurance details only required if provided.
2. Provider
   * **Sign-Up:** Removed confirm password and preferred name fields; auto-detect country code; last name optional and the checkbox for agreeing to terms and conditions; redirects to relevant page when clicked.
   * **After sign-up 1st Stepper Form:** Merged specialty and service selection into one step.
   * **2nd Stepper Form:** License details and acceptance insurance will be come.
   * **Provider Profile:** Easier editing with fewer mandatory fields.
   * **Admin Management:** Simplified fields for admins when adding or editing consulting and referring providers.
   * **Reduced Complexity:** Removed redundant fields and steps to make sign-up and profile management faster and more user-friendly.

### :unicorn: UX/UI

* This update is done for the admin user.
* To enhance Omniva's UI/UX, we will update the typography, side menu, header, dashboard, forms, dropdown UI, tables, pop-ups, sidebar, and pagination.
* These enhancements will improve the platform's usability, functionality, and visual appeal.

## Bugs Fix

* **Subject Line Format of Email:** Specific formats for Onboarding, Admin, Patient/Provider, and Clinic Admin/Support Staff login emails with OTP displayed.
* **Consistent Design:** Updated OTP email templates to match Figma designs.
* **Auto-Detect Country Code:** During sign-up, the country code is automatically fetched based on the user's location.
* **Admin Calendar Improvement:** The admin dashboard calendar opens with the current time.
* **Appointment Booking Fix:** Selected fields are now retained when the user clicks the "Back" button during the appointment booking process.


---

# 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://changelog.omnivatelehealth.com/release-note-2024/v-1.0.5-june-2024.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.
