update endpoint to group defined flowNodes durations in one filter

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Done
    • Priority: L3 - Default
    • 3.1.0-alpha2, 3.1.0
    • Affects Version/s: None
    • Component/s: backend
    • None

      Context:
      The current API for the duration filter does not allow to edit all the created filters at once, Therefore, it makes sense to group all the defined flow nodes from the duration modal inside one Flow Node duration filter.

      AT:

      • Update the filter endpoint to following format
      {
        type: 'flowNodeDuration',
        data: {
          [FlowNodeId]: {
            operator: ">", // or <
            value: 12,
            unit: "days"
          },
          ...
        }
      }
      

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: