iachat/app/javascript/dashboard/store/captain
Rodribm10 34d42dfbbd feat: remove Notificações Automáticas + ajusta assinatura WhatsApp
1. Captain — remove feature Notificações Automáticas (captain_notification_templates)
   Feature órfã: 0 registros em prod, substituída pela Jornada do Cliente
   (Lifecycle). Sem dependências fora dela própria. Removido:
   - Vue: routes/settings/captain/notifications/ + entry no captain.routes.js
   - Sidebar: item "Notifications" do Captain menu
   - Store: modules captainNotificationTemplates + import no store/index
   - API: api/captain/notificationTemplates.js
   - Controller: api/v1/accounts/captain/notification_templates_controller
   - Model: Captain::NotificationTemplate
   - Job: enterprise/app/jobs/captain/notifications/
   - Routes: resources :notification_templates no config/routes.rb
   - i18n: chaves CAPTAIN_SETTINGS.NOTIFICATIONS + SIDEBAR.CAPTAIN_NOTIFICATIONS
     em pt_BR e en (captain.json + settings.json)

   Tabela captain_notification_templates mantida (0 rows, sem consumidores).
   Se quiser drop, criar migration separada depois.

2. WhatsApp — tira colchetes do prefixo de assinatura
   Era: *[ Jasmine(PrimeAL) ]*\ncontent
   Agora: *Jasmine(PrimeAL)*\ncontent
   Afeta wuzapi_service (outgoing) + incoming_message_wuzapi_service (echo)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 15:34:45 -03:00
..
assistant.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
bulkActions.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
copilotMessages.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
copilotThreads.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
customTools.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
document.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
inboxes.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
lifecycleConfig.js feat(lifecycle): Pinia/Vuex stores for rules/config/deliveries 2026-04-15 10:46:20 -03:00
lifecycleDeliveries.js feat(lifecycle): Pinia/Vuex stores for rules/config/deliveries 2026-04-15 10:46:20 -03:00
lifecycleRules.js feat(lifecycle): Pinia/Vuex stores for rules/config/deliveries 2026-04-15 10:46:20 -03:00
preferences.js feat: add global config for captain settings (#13141) 2026-01-12 19:54:19 +05:30
reservations.js feat(captain): semantic memory fixes + roleta + reclamações + analytics 2026-04-21 15:36:25 -03:00
response.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
scenarios.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
tools.js feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30