iachat/app/javascript/dashboard/routes/dashboard/settings
Pranav 7469cde0b9
fix: Remove Report API calls from being called on every event (#10691)
Previously, the Reports API fetched data based on event triggers. For
example, when an event occurred on an account, the system would
automatically retrieve and display updated information. However, this
approach was designed under the assumption that reports would be
accessed by a small number of users and on an infrequent basis (e.g.,
once daily or weekly).

In scenarios where large customers have multiple team members actively
monitoring reports, this event-driven approach led to an excessive
number of requests, significantly straining the system.

This PR introduces a interval-based fetching of reports instead of the
event-driven model.
2025-01-15 11:23:00 -08:00
..
account feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
agentBots feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
agents feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
attributes feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
auditlogs feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
automation feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
billing feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
canned feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
components feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
customRoles feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
helper chore: Custom Roles to manage permissions [ UI ] (#9865) 2024-09-17 11:40:11 -07:00
inbox feat: Ability to lock the conversation to a single thread in API channels (#10329) 2024-12-09 23:36:17 +08:00
integrations feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
labels feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
macros feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
profile feat: update notification settings (#10529) 2024-12-05 19:05:04 +05:30
reports fix: Remove Report API calls from being called on every event (#10691) 2025-01-15 11:23:00 -08:00
sla feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
teams fix: Teams feature flag (#10673) 2025-01-11 10:01:57 -08:00
settings.routes.js feat(v4): Update the campaigns page design (#10371) 2024-10-31 11:57:13 +05:30
SettingsHeader.vue feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
SettingsLayout.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
SettingsSubPageHeader.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
SettingsWrapper.vue feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
Wrapper.vue feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30