iachat/enterprise/app/models/enterprise
Sojan Jose 826d9ec5a7
chore: Refactor Response Bot Data Schema (#8011)
This PR refactors the schema we introduced in #7518 based on the feedback from production tests. Here is the change log

- Decouple Inbox association to a new table inbox_response_sources -> this lets us share the same response source between multiple inboxes
- Add a status field to responses. This ensures that, by default, responses are created in pending status. You can do quality assurance before making them active. In future, this status can be leveraged by the bot to auto-generate response questions from conversations which require a handoff
- Add response_source association to responses and remove hard dependency from response_documents. This lets users write free-form question answers based on conversations, which doesn't necessarily need a response source.
2023-10-01 19:31:38 -07:00
..
audit feat: auditlog for team and inbox member updates (#7516) 2023-08-15 19:55:19 -07:00
concerns chore: Refactor Response Bot Data Schema (#8011) 2023-10-01 19:31:38 -07:00
account.rb fix: Update account limit selection logic (#6149) 2022-12-30 13:54:37 -08:00
audit_log.rb chore: Refactor Response Bot Data Schema (#8011) 2023-10-01 19:31:38 -07:00
channelable.rb feat: add audit trail for channel updates (#7396) 2023-07-21 12:08:19 +05:30
enterprise_conversation_concern.rb chore: Add sla policy association to conversation (#7360) 2023-06-21 14:48:50 +05:30
inbox.rb chore: Refactor Response Bot Data Schema (#8011) 2023-10-01 19:31:38 -07:00
message.rb fix: Sentiment analysis queue update (#7552) 2023-07-19 20:27:20 +05:30
sentiment_analysis_helper.rb feat: Sentiment Analysis (#7475) 2023-07-12 15:03:31 +05:30