Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Isora v1.1.2

What's New 

  • Added Vertical Score to Categorical Overview: Introduced the vertical score in the Categorical Overview of assessment reports, showcasing how the target performed relative to the Assessment Mean in each category. Category scores are calculated by averaging the question scores within each category. 

    • API endpoint: api/report/<uuid> 

  • CSV Uploader for Vendors and Vendor Products: Implemented the capability to upload Vendors and Vendor Products using a CSV uploader in the Inventory/Third Parties tab.

    • Import API endpoints: api/vendors/csv and api/vendorproducts/csv 

    • Template API endpoints: api/vendors/csv/template and api/vendorproducts/csv/template 

  • Third-Party Report Header in PDF Exports: Added the Third Party Report header and deployment details to the PDF export for completed assessments. 

  • Read-Only Comment History: Enabled read-only comment history in report responses. 

Bug Fixes & Improvements 

  • Third-Parties Inventory Download: Fixed a bug when downloading the Third-Parties Inventory that was missing the Vendor URL field. Downloads of Third-Party Inventory are now seamless. 

  • Third-Party Vendors Search Bar: Further optimized the search functionality within the Third Party Vendors section. 

  • Vendor Score Calculation: Fixed a bug that affected the calculation of the vendor score average by product latest score. The average is now correctly calculated based on the most recent score. 

API Updates 

  • Enhanced Reporting Capabilities: 

    • api/reports/all?assessment_id=<assessment_uuid>

      • Enabled the ability to pass the Assessment ID to the reports/all endpoint. 

    • api/reports/<report_uuid>

      • Added the vertical score to the Categorical Overview in a report. 

      • Example:

      • Code Block
        "vertical": {
                        "current": [
                            {
                                "name": "01. Documentation",
                                "parent": "parent_uuid",
                                "mean": 100.0
                            },

Isora v1.1.1

Bug Fixes & Improvements

...