feat: API to Filter reports by teams (#3066)
Add API to Filter reports by teams Fixes: #2916
This commit is contained in:
parent
8b7f6c691a
commit
15aaa8883c
10 changed files with 88 additions and 9 deletions
|
@ -52,6 +52,11 @@ en:
|
|||
conversations_count: Conversations count
|
||||
avg_first_response_time: Avg first response time (Minutes)
|
||||
avg_resolution_time: Avg resolution time (Minutes)
|
||||
team_csv:
|
||||
team_name: Team name
|
||||
conversations_count: Conversations count
|
||||
avg_first_response_time: Avg first response time (Minutes)
|
||||
avg_resolution_time: Avg resolution time (Minutes)
|
||||
|
||||
notifications:
|
||||
notification_title:
|
||||
|
|
|
@ -188,6 +188,7 @@ Rails.application.routes.draw do
|
|||
get :agents
|
||||
get :inboxes
|
||||
get :labels
|
||||
get :teams
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue