-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[NEW] Check the Omnichannel service status per Department #16425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Check the Omnichannel service status per Department #16425
Conversation
|
|
|
Hi! @renatobecker I've modified the bridge method and created a PR on apps-engine side. Let me know if there is something to improve, thanks! |
sampaiodiego
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@renatobecker can you please update the documentation?
@sampaiodiego, sure thing! |
…exact_search * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) Regression: App deletion wasn’t returning the correct information (#16360) [BREAK] Remove deprecated publications (#16351) [IMPROVE] Update katex version (#16393) [FIX] Mail Msg Cancel button not closing the flexbar (#16263) [FIX] Highlight freezing the UI (#16378)
…pinned_messages_collapse * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) Regression: App deletion wasn’t returning the correct information (#16360) [BREAK] Remove deprecated publications (#16351)
* Allow to check the service status per department. * update livechat bridge method isOnline Co-authored-by: Shiqi Mei <[email protected]>
…readmessages * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Setting to only send plain text emails (#16065) Regression: Fix status bar margins (#16438) [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) Regression: App deletion wasn’t returning the correct information (#16360)
…default-favorite-channels * 'develop' of github.com:RocketChat/Rocket.Chat: (46 commits) Regression: Fix status bar margins (#16438) [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) Regression: App deletion wasn’t returning the correct information (#16360) [BREAK] Remove deprecated publications (#16351) [IMPROVE] Update katex version (#16393) [FIX] Mail Msg Cancel button not closing the flexbar (#16263) [FIX] Highlight freezing the UI (#16378) [BREAK] Hide system messages (#16243) [IMPROVE] Prevent "App user" from being deleted by the admin (#16373) [FIX] Adding 'lang' tag (#16375) Lint: Resolve complexity warnings (#16114) Fix Preview Docker image (#16379) [BREAK] Upgrade to Meteor 1.9 and NodeJS 12 (#16252) [FIX] App removal was moving logs to the trash collection (#16362) ...
* Allow to check the service status per department. * update livechat bridge method isOnline Co-authored-by: Shiqi Mei <[email protected]>
…-presence-lazy * 'develop' of github.com:RocketChat/Rocket.Chat: Regression: Fix sending a message not scrolling to bottom (#16451) LingoHub based on develop (#16450) [IMPROVE] Changes App user's status when the app was enabled/disabled (#16392) [IMPROVE] Log as info level when Method Rate Limiters are reached (#16446) Use GitHub Actions to store builds (#16443) [NEW] Sort the Omnichannel Chat list according to the user preferences (#16437) Regression: recent opened rooms being marked as read (#16442) [FIX] Option to make a channel default (#16433) [NEW] Setting to only send plain text emails (#16065) fix group Regression: Fix status bar margins (#16438) [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) fix group messages
…into ui-kit.2.0-turbo * 'ui-kit.2.0-turbo' of github.com:RocketChat/Rocket.Chat: Remove npm Update with error messages [IMPROVE] Log as info level when Method Rate Limiters are reached (#16446) Use GitHub Actions to store builds (#16443) [NEW] Sort the Omnichannel Chat list according to the user preferences (#16437) Regression: recent opened rooms being marked as read (#16442) [FIX] Option to make a channel default (#16433) [NEW] Setting to only send plain text emails (#16065) Regression: Fix status bar margins (#16438) [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) fix close modals Update action trigger format typo
This PR allows checking the Omnichannel service status(online/offline) per Department.
Currently, the
Livechat.online()method doesn't allow to pass any department to check the status of the service, so it's possible to start a new conversation associated with a specific Department that has no online agents, which provides a very bad user experience.This change will also have an impact on Apps-Engine, we need to change it to be able to check the status of the Omnichannel service through an App too.
In addition: I have created an issue on the
Apps-Enginerepo, describing this case.