SMS Logs functionality with detailed views and routing#11
Merged
vladiacob merged 2 commits intohackajob:hackajob-developmentfrom Oct 24, 2025
Merged
Conversation
vladiacob
approved these changes
Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces comprehensive support for SMS logs in the CRM application, including backend enhancements to filtering and notification routing, as well as frontend updates for navigation and detailed views. The changes focus on making SMS logs easily accessible, filterable, and visually distinct in the UI, while also improving the handling of SMS-related notifications and agent number lookups.
Backend improvements for SMS logs and notifications:
Communicationdoctype, enabling more granular filtering for SMS log entries.Communicationdoctype to only display the Sent/Received filter, simplifying the filter UI for SMS logs.get_agent_numbers(returns a mapping of users to their telephony numbers) andget_agents_by_numbers(returns agent info for given numbers), supporting frontend display of sender information in SMS logs.Frontend additions for SMS logs:
SmsLogsListView.vuecomponent for displaying SMS logs with advanced filtering, bulk actions, and user-friendly row rendering.SmsLogDetailModal.vuecomponent to show detailed information for individual SMS log entries, including direction, sender/receiver, content, and linked references, with agent number lookup for sent messages.