Commit Graph

136 Commits (125e758a18d7248fea61416ceaf51dc2b52e8f6f)

Author SHA1 Message Date
adriano 814c892e08 fix(i18n): correct translation bugs 2024-07-26 15:23:02 -05:00
adriano c39cae9f81 fix(i18n): add missing translations in the interface 2024-07-25 11:05:39 -05:00
gustavo-gsp e30573519d fix: resolve issues with WhatsApp creation and editing, message input, and ControlByNumber errors
Details:
- Fixed issue where the 'number' field was not being saved during WhatsApp creation and editing.
- Resolved problem where text in the message input was being cleared upon receiving a new message.
- Addressed errors in ControlByNumber when ticketId was not found.
2024-06-25 10:45:46 -03:00
adriano 1c93c16f84 feat: Add support for WhatsApp groups 2024-06-13 17:50:30 -03:00
adriano 7bc957df77 feat: Update contact search in ticket section to include userId for displaying contacts by queue 2024-05-07 15:23:19 -03:00
adriano 96a7e23ee6 feat: Automatically return remote/campaign tickets to awaiting when agent does not send campaign message 2024-05-07 09:49:49 -03:00
adriano 8eb2156845 feat: Remove positionCompany column from usuario table and references in frontend and backend 2024-05-03 15:16:35 -03:00
adriano a2e0e53540 Merge branch 'merge_el_melhorias' of github.com:AdrianoRobson/projeto-hit into merge_el_melhorias 2024-04-30 17:02:14 -03:00
adriano 4789a0fb9b refactor: Remove unused variable from React component 2024-04-30 16:28:13 -03:00
gustavo-gsp fea60cf80c fix: correct code errors
Details:
- Addressed various code errors and made necessary fixes.

feat: add column 'type' to the Reports Mtable to differentiate remote tickets from regular ones

Details:
- Added a new column named 'type' to the Reports Mtable to differentiate between remote tickets and regular ones.
2024-04-30 16:20:48 -03:00
adriano e71150ff75 feat: Implement solution for searching by message content and fix bug when closing ticket 2024-04-29 17:27:15 -03:00
gustavo-gsp 0e8fbd8400 feat: add new column 'transferToOtherQueues' to the Users table
Details:
- Created a new column named 'transferToOtherQueues' in the Users table.

feat: add field 'can transfer to other queues' in the user modal

Details:
- Added a field in the user modal to indicate if the user can transfer tickets to other queues.

feat: implement functionality to allow users with 'transferToOtherTickets' set to true to transfer tickets to other queues, even when disabled in OmniHit

Details:
- Implemented functionality to allow users with 'transferToOtherTickets' set to true to transfer tickets to other queues, even when this feature is disabled in OmniHit.

feat: add options to enable or disable functionalities: notify on new ticket arrival, block audio and video messages, show average waiting time of tickets in waiting status

Details:
- Added options to enable or disable the following functionalities: notification on new ticket arrival, blocking of audio and video messages, and displaying average waiting time of tickets in waiting status.

feat: add filter in the dashboard to show data only from the queues the user is linked to, and allow the user to view data from a selected queue only

Details:
- Added a filter in the dashboard to display data only from the queues the user is linked to, and to allow the user to view data from a selected queue only.
2024-04-29 10:00:51 -03:00
adriano beb4fd64c4 fix: update socket to enable click button on remote ticket 2024-04-23 22:02:17 -03:00
adriano 5a0ed8368d Update to control message sending cadence by agents to prevent WhatsApp banning 2024-04-23 19:51:11 -03:00
gustavo-gsp cc12cafb99 merge changes, to merge the updated versions
Merge branch 'el_lojas_melhorias' of github.com:AdrianoRobson/projeto-hit into el_lojas_melhorias
2024-04-18 10:19:36 -03:00
gustavo-gsp 860d462d37 feat: add sound notifications and popOver for new tickets in waiting status, with option to enable in settings
Details:
- Implemented functionality to provide sound notifications and popOver alerts for new tickets in waiting status. Users can enable this feature in the settings.

feat: add average waiting time in the Waiting tab on the Tickets screen, with option to enable in settings

Details:
- Added functionality to display the average waiting time in the Waiting tab on the Tickets screen. Users can enable this feature in the settings.

feat: add ticket link in simple export directly from the reports table

Details:
- Implemented functionality to include the ticket link in the simple export directly from the reports table.

feat: remove report export options for supervisor profile

Details:
- Removed the report export options for the supervisor profile to restrict access.
2024-04-18 10:18:17 -03:00
adriano 42073cc821 fix: Resolve duplicated quick responses bug and remove queue selection field on position page 2024-04-15 11:04:14 -03:00
adriano c9750222c0 feat: Add new field to Tickets table to differentiate campaign tickets 2024-04-15 08:12:29 -03:00
adriano bfae2956a5 feat: Update frontend to display closure statuses, create interface to input user's position for assignment, modify quick responses to be displayed by queues, and add configurations to enable/disable these features. Also, add option to save contacts by queues 2024-04-12 18:33:15 -03:00
adriano 5eac253549 feat: Update to allow creation of remote tickets from cost center 2024-04-03 18:38:56 -03:00
adriano a5657d0a2f feat: Enable reception of multiple vCards sent via WhatsApp 2024-04-03 14:10:53 -03:00
adriano 90e9e311c3 fix: Correct text of start date in frontend 2024-04-01 09:17:42 -03:00
adriano 8a35b985b9 git commit -m "feat: Pull information from closed tickets in backend to feed pie chart in frontend and add option to change service hours on Saturday" 2024-04-01 09:00:15 -03:00
adriano 8447628fbf feat: Create routes and controllers for generating reports by WhatsApp numbers and queues in the backend, and update frontend for report visualization 2024-03-21 18:33:00 -03:00
gustavo-gsp 18d0420949 error correction in notifications for already opened tickets 2024-03-20 14:08:35 -03:00
Adriano d7019ffb1a feat: add notification and sound alert for new tickets in user's service queue
Details:
- Implemented functionality to notify users with a sound alert when new tickets arrive in their service queues.

fix: include responsible person's name when generating ticket already opened error in all languages

Details:
- Fixed the error generation process to include the name of the responsible person for the ticket when the system detects an attempt to create an already opened ticket.
2024-03-18 14:51:13 -03:00
adriano 5bcfc1bdcc feat: Implement querying of synthetic and analytical reports on tickets 2024-03-13 18:16:56 -03:00
adriano e020a5f75d fix: Update frontend to indicate lack of WhatsApp connection and adjust backend to return 422 status for WhatsApp number validation issues 2024-03-07 18:03:46 -03:00
adriano 943d121ab1 fix: Correct bug in editing official WhatsApp and implement solution to validate number using remote WhatsApp API 2024-03-06 11:00:03 -03:00
adriano 6c5b89fd28 feat: Add new function to clear user cache and include phone number field for official WhatsApp 2024-03-04 15:53:50 -03:00
adriano 8ca5b4503a fix: Correct search queries in the report and fix bugs in WhatsApp template sending 2024-03-01 17:47:18 -03:00
adriano c4eda756eb fix: Prevent loading all tickets when status is 'closed' 2024-02-28 11:18:48 -03:00
adriano c9905eefb7 feat: Update to display total number of pending and waiting tickets 2024-02-26 16:58:39 -03:00
adriano 237fa8124e feat: Update application to receive vecard from the client 2024-02-26 11:18:01 -03:00
adriano 05dd0e60c0 chore: Remove frontend comment 2024-02-22 15:30:43 -03:00
adriano 7fc0f136ff fix: Fix bug in ticket transfer from selected user's queue by agent 2024-02-22 15:20:26 -03:00
adriano 853f537361 fix: Update frontend to prevent React.js emoji-related errors 2024-02-07 17:07:06 -03:00
adriano ad89d3ccdb feat: Support IVR(ura) for bot interactions, optimize botqueue user checks, and allow supervisor to view all tickets 2024-02-05 12:29:49 -03:00
gustavo.pinho 11e2dc1a50 Merge branch 'integracao_wa_oficial_el_editing' of https://github.com/AdrianoRobson/projeto-hit into integracao_wa_oficial_el_editing 2024-02-01 18:49:13 -03:00
gustavo.pinho c3ffab3819 style: update job column display and enhance job editing
Details:
- Improved the presentation of the job column for better clarity.
- Enhanced the functionality for editing job roles.
2024-02-01 18:49:06 -03:00
adriano 09a469e892 Merge branch 'integracao_wa_oficial_el_editing' of github.com:AdrianoRobson/projeto-hit into integracao_wa_oficial_el_editing 2024-02-01 18:30:19 -03:00
gustavo.pinho 6a5a51ff3f chore: update reports tab for supervisors, add reminders functionality, and include user roles
Details:
- Updated the reports tab to enhance functionality for supervisors.
- Implemented a reminders feature for improved user experience.
- Added user roles to enhance user management capabilities.
2024-02-01 17:46:23 -03:00
adriano a2f946d849 feat: Configure business hours for WhatsApp sessions and add setting to hide campaign module 2024-02-01 17:16:56 -03:00
adriano bc134c827c feat: Enable users to transfer to other queues and users with the same WhatsApp connection. 2024-01-29 08:48:20 -03:00
adriano c151473d52 Atualização basica para envio de template do Whatsapp cloud API 2023-09-19 09:41:15 -03:00
adriano 996e182fb6 Atualização para habilitar ou desabilitar whatsapp oficial 2023-09-16 11:45:44 -03:00
adriano 6d525e4224 estado funcional whatsapp api oficial 2023-09-08 16:50:51 -03:00
adriano 42535f2e6c whatsapp oficial em desenvolvimento 2023-08-28 14:05:53 -03:00
adriano 2138d70fa9 Merge branch 'update_newtemper' into modulo_campanha_update_newtemper 2023-08-15 09:40:48 -03:00
adriano 5907fc6cb2 Finalização do modulo campanha 2023-08-14 15:39:05 -03:00