Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2463

Provide a single endpoint to create a new report with payload

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • L3 - Default
    • 2.7.0
    • None
    • backend, frontend
    • None

    Description

      Currently, there are three different endpoints to create a report. One for normal process reports, one for decisions and one for combined reports. After implementing OPT-2256 the report is created by the frontend before saving it on the backend. The logic right now is

      const reportType = getReportType(report);
      const reportId = createNewReportInBackend(reportType);
      updateReportInBackend(reportId, report);
      

      Instead, I propose to have only a single backend endpoint for each report type (so three in total rather), which create and save a new report based on already existing payload and returns the new id:

      const reportId = createNewReportInBackend(report);
      

      AT:

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                sebastian.stamm Sebastian Stamm
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce