Skip to content

[Enhancement] Analytics: new metric under Chats "Quality overview" #787

Description

@rasmusei

MODULE: Analytics
CATEGORY: Chats
RELATED TO: Quality measurement

NEW QUERY METRIC: Quality review / Kvaliteedi ülevaade

SQL metric criterias

  • Filter chats where a "Quality" selection is made.
  • Group by Quality counter
  • Additional options have each mentioned Quality as a checkbox option.
  • Additional options has a "Select all" checkbox.
  • Make sector diagram as the default graph.

Apply general SQL logic for the metric:

  • SQL calls out created chats between specified time. Including the time marked on the datetime field (1st of Januarty includes data starting from 1st).
  • Counted chats need to have an ENDED status.
  • Only unique chats are counted.
  • All CSA chats are counted as CSA chats, everything else (pending, failed, system etc where no CSA is present) would be listed as a Bürokratt chat.
  • Chats marked as TEST are excluded.

Graph general criterias:

  • Graph does not show empty values such as "-" or such. Note! The number 0 is not an empty value in most cases unless specified!
  • Graph counters scale as the values grow. Scale is rounded up to the tenth number (In case of 1 then 10 is shown, 49 shows 50, 132 shows 140 etc)
  • If no data is present, the time period on the graph is still displayed as selected.
  • The graph displays the start date on the left side of the graph.
  • The graph displays the end date on the right side of the graph.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status
Stage tested

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions