Skip to main content

Sep19-2024

Sprint Release Page

Highlights

Product Creation with Fuzzy Logic Duplication Check - Product Creation API

As part of optimizing the Admiral integration and maintaining data integrity within the Application Catalogue, we introduced the Product Creation API with fuzzy logic duplication check functionality. This feature ensures that no duplicate products are created, enhancing the efficiency of the product creation process.

Product Concept Introduction:

  1. A new 'product' entity has been introduced in the API, supporting attributes such as name, description, and ProductID.
  2. Products are uniquely identifiable by a combination of attributes, ensuring accurate cataloging and preventing redundant entries.

Admiral Integration Support:

  1. API endpoints are aligned with Admiral integration requirements.
  2. Fuzzy logic is used to prevent near-duplicate products.
  3. API documentation includes the fuzzy logic algorithm for smooth integration.

UI - Sending Notification to App Owners with Confirmation Popup:

To improve user experience and prevent accidental notifications, we added a confirmation popup when sending notifications to app owners.

  1. A confirmation popup is triggered when clicking the "Click Here" button.
  2. The popup displays details of the applications before confirming the notification. This enhancement ensures users are fully aware of the apps being notified, adding an extra layer of confirmation before action is taken. Confirmation