> For the complete documentation index, see [llms.txt](https://release.indeal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://release.indeal.org/release-1.md).

# Release 1

The development team completed a wide range of tasks during this sprint. The core objectives revolved around improving security measures for remote teams, enhancing user experience through color-coded reporting and visualizations, updating branding across the application, and refining analytics capabilities.

## Security Enhancements

* Implemented robust security features to secure files shared from overseas teams within the SharePoint site.
* Enhanced notifications for admin users regarding archived orders deleted under archive feature.
* Integrated global inbound gateway API to accept xls documents.

## User Interface (UI) Improvements

* Developed an instant quote page with a user-friendly UI.
* Updated the AppIcon to Indeal's logo, aligning with branding consistency.
* Created different highlighted colors for longer periods away from current reporting dates on analytics pages.
* Enhanced visual appeal of brand names matching spaces text size.

## Analytics Enhancements

* Provided updated analytics and User Engagement dashboards as per user requests.
* Migrated inbound gateway to the new API for better integration.

## Development and Deployment

* Ensured all locations are synced with latitude and longitude each night.
* Cleaned up duplicate records in existing records.

## Feature Integrations

* Integrated Borgo sales data into the new inbound gateway system for Natasha's visibility.
* Enhanced weekly editorial updates, and enabled users to view a home page.

### Bugs Fixes & Updates

* Addressed issues reported in analytics API by fixing errors at indeal.sentry.io.

### Tickets

* (KAN-86) - As an owner, I want to create a sharepoint site that is secure for the overseas team to download files from
* (KAN-64) - As an end user, I would like to see different highlighted colors the longer you are away from the current reporting date
* (KAN-63) - As an end user, I would like to see different highlighted colors the longer you are away from the current reporting date
* (KAN-62) - Update the AppIcon to be Indeal's logo
* (KAN-61) - As an admin, I want to be able to see archived orders that were deleted
* (KAN-77) - As Jen, I would like to see updated analytics of User Engagement.
* (KAN-60) - As an admin, I want to see who archived the invoices (under archive)
* (KAN-21) - As an owner, I want to ensure that the document is processed and the data is fed exactly the same way it would have been if it was uploaded
* (KAN-20) - As Andrew at global, I want to upload a xls document to global.inbound.indeal.org and have the system take it in
* (KAN-12) - As an end user, I would like to view an instant quote page (UI only!)
* (KAN-83) - As global, I want to be able to calculate the rebatable into the email system
* (KAN-84) - As any user, I want to migrate inbound gateway to the new API
* (KAN-65) - As global, I would like to upload office to go via email
* (KAN-26) - As Mariam and Taran, I would like to be notified when it is published to the CRM
* (KAN-25) - As Natasha and Talon, I would like to receive a notification when an inbound gateway request comes in
* (KAN-27) - As an end user, I would like the background services to execute the index for spaces so they are searchable
* (KAN-59) - As Brandon, I would like to fix the issues in analytics API reported in indeal.sentry.io
* (KAN-39) - As an owner, I want to prepare the project for development
* (KAN-38) - As an end user, I would like to see correct YTD and previous year number comparisons in Analytics.
* (KAN-31) - As an end user, the product does not match what the company is listed as
* (KAN-58) - As an end user, I would like to make sure all the analytics pages and numbers are showing correctly.
* (KAN-33) - As an end user, I want the brands to match the spaces text size for consistency
* (KAN-34) - As an owner, I need to make sure we don't publish to the production CRM if staging or development
* (KAN-22) - As an owner, I want to notify Natasha and Talon that the sheet has been added (Brandon as a temp)
* (KAN-44) - As an admin, I would like to pull all the contacts for this month and be able to select other months
* (KAN-50) - As an owner, I want to sync all locations with a lat and long each night
* (KAN-36) - As Jen, I need bimos and formaspace to be merged together
* (KAN-37) - As an owner, I need to go through all the records and clean up all the duplicate records
* (KAN-24) - As an end user, I would like the weekly editorial to be updated weekly
* (KAN-11) - As an end user, I want to see a home page
* (KAN-35) - As Natasha, I want to see Borgo sales as I uploaded them to the new inbound gateway system


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://release.indeal.org/release-1.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.
