Decision Instance groupby variable needs to send the variable type

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.6.0
    • Affects Version/s: None
    • Component/s: frontend
    • None

      Context:
      On the backend we need to do a date histogram aggregation when grouping by variables of type date. The backend task for this is OPT-2533.
      To decide when to do which aggregation we need the variable type in the request, as determining that without it would be a bit complicated on the backend.

      AT:

      • the frontend sends the variable type in the groupBy

      for example:

      groupBy: {
        type: 'inputVariable',
        value: {
          id: 'anInputVariableId',
          name: 'anInputVariableName',
          type: 'Date'
        }
      }
      

            Assignee:
            Unassigned
            Reporter:
            Michael
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: