Files
leadchat/config/features.yml
Pranav cb42be8e65 feat(v4): Update the report pages to show aggregate values (#10766)
This PR updates the report pages for agents, inboxes, and teams by
replacing charts with aggregate values (under a feature flag). Users can
click on any item to view more details if needed. Most users seem to
prefer aggregate values, so this change will likely stay.

The PR also includes a few fixes:

- The summary reports now use the same logic for both the front-end and
CSV exports.
- Fixed an issue where a single quote was being added to values with
hyphens in CSV files. Now, ‘n/a’ is used when no value is available.
- Fixed a bug where the average value was calculated incorrectly when
multiple accounts were present.

These changes should make reports easier to use and more consistent.

### Agents:

<img width="1438" alt="Screenshot 2025-01-26 at 10 47 18 AM"
src="https://github.com/user-attachments/assets/bf2fcebc-6207-4701-9703-5c2110b7b8a0"
/>

### Inboxes
<img width="1438" alt="Screenshot 2025-01-26 at 10 47 10 AM"
src="https://github.com/user-attachments/assets/b83e1cf2-fd14-4e8e-8dcd-9033404a9f22"
/>


### Teams: 
<img width="1436" alt="Screenshot 2025-01-26 at 10 47 01 AM"
src="https://github.com/user-attachments/assets/96b1ce07-f557-42ca-8143-546a111d6458"
/>

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
2025-01-28 09:19:18 +05:30

99 lines
2.2 KiB
YAML

# DO NOT change the order of features EVER
- name: inbound_emails
enabled: true
- name: channel_email
enabled: true
help_url: https://chwt.app/hc/email
- name: channel_facebook
enabled: true
help_url: https://chwt.app/hc/fb
- name: channel_twitter
enabled: true
- name: ip_lookup
enabled: false
- name: disable_branding
enabled: false
premium: true
- name: email_continuity_on_api_channel
enabled: false
- name: help_center
enabled: true
help_url: https://chwt.app/hc/help-center
- name: agent_bots
enabled: false
help_url: https://chwt.app/hc/agent-bots
- name: macros
enabled: true
- name: agent_management
enabled: true
- name: team_management
enabled: true
help_url: https://chwt.app/hc/teams
- name: inbox_management
enabled: true
- name: labels
enabled: true
help_url: https://chwt.app/hc/labels
- name: custom_attributes
enabled: true
help_url: https://chwt.app/hc/custom-attributes
- name: automations
enabled: true
- name: canned_responses
enabled: true
help_url: https://chwt.app/hc/canned
- name: integrations
enabled: true
help_url: https://chwt.app/hc/integrations
- name: voice_recorder
enabled: true
- name: mobile_v2
enabled: false
- name: channel_website
enabled: true
- name: campaigns
enabled: true
help_url: https://chwt.app/hc/campaigns
- name: reports
enabled: true
help_url: https://chwt.app/hc/reports
- name: crm
enabled: true
- name: auto_resolve_conversations
enabled: true
- name: custom_reply_email
enabled: false
- name: custom_reply_domain
enabled: false
- name: audit_logs
enabled: false
premium: true
- name: response_bot
enabled: false
premium: true
- name: message_reply_to
enabled: false
help_url: https://chwt.app/hc/reply-to
- name: insert_article_in_reply
enabled: false
- name: inbox_view
enabled: false
- name: sla
enabled: false
premium: true
help_url: https://chwt.app/hc/sla
- name: help_center_embedding_search
enabled: false
premium: true
- name: linear_integration
enabled: false
- name: captain_integration
enabled: false
- name: custom_roles
enabled: false
premium: true
- name: chatwoot_v4
enabled: false
- name: report_v4
enabled: false