-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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] [ENTERPRISE] Engagement Dashboard #16960
Conversation
* Split tabs * Move components under admin * Add NumberIndicator * Move components to /app/engagement-dashboard * Update Fuselage components usage * Fix layout issues in UsersTab * Add prototype of MessagesTab * Add ChannelsTab prototype * Add LegendSymbol * Refactor some symbols * Add Growth component * Add Counter component * Add CountGraph component * Update Tabs * Split smaller graph components * Add missing stories * Move tabs * Add CounterSet * Add Section
* Add Engagement Dashboard route * Add admin sidebar entry * Move mount/unmount handling to routes module * Unmount component before FlowRouter's reactivity be triggered
* Add endpoint to retrieve messages week data * Add endpoint to retrieve message quantity by room type * Endpoint to retrieve top five popular channels * Add room type validation * Add endpoint to get list of channels and messages from current and last week * fix lint * fix lint * New users metrics * Add endpoint to get active users overview * Add endpoint to get active users by month * Endpoint to get busiest chats by period of 12 hours * Endpoint to get busiest chats by day in a week * endpoint to get the number of session by day in a week * Fix aggregate to get active session by hour in a day * Improve some code * rename field
|
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.
Ugh this would be useful for the those of us who don't use the EE version... |
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.
Please check the t(...)
calls and use a properly keys :)
…/engagement-dashboard * 'develop' of github.com:RocketChat/Rocket.Chat: [IMPROVE] Ability to change offline message button link on emails notifications (#16784)
…ultiple-users * 'develop' of github.com:RocketChat/Rocket.Chat: [Regression] Replace the Omnichannel queue model observe with Stream (#16999) [NEW] Engagement Dashboard (#16960) Fix StreamCast info (#16995) [IMPROVE] Ability to change offline message button link on emails notifications (#16784) [FIX] Race conditions on/before login (#16989) Fix: StreamCast was not working correctly (#16983)
Just to clarify, this is not available in the FOSS version?
…On 3/24/20 6:28 PM, Guilherme Gazzo wrote:
Merged #16960 <#16960>
into develop.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16960 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFUMEKLUTMU3M3E6VJZDTRJEXXRANCNFSM4LQYSKNQ>.
|
@robbyoconnor exactly, this is an enterprise feature, stay stunned on our blog post, we will explain about the merge of the enterprise repository here In the community soon. |
I really wish you didn't go this route 😢 |
This is valuable to those of us using it in FOSS communities |
@robbyoconnor everything we put on the enterprise (EE) will be valuable for people using the community (CE) version. The difference is that now we made the enterprise open source as well and everyone will be able to follow what we have and propose to EE version. I believe you all understand that Rocket.Chat is a company and needs to have revenue to continue increasing the features of the CE version, you will notice that our releases will have much more changes and improvements on CE version than EE, but the EE needs to have some important differentials to be saleable otherwise everyone will use the CE and the core development here will stop. We will have a blog post explaining all this soon. Thanks |
I'll move this discussion to the community server. |
…/react-root * 'develop' of github.com:RocketChat/Rocket.Chat: (76 commits) Regression: Fix issue with opening rooms (#17028) Group DM improvements [NEW] Sort channel directory listing by latest message (#16604) [FIX] Wrong message count statistics in Admin info page (#16680) Fix: 2FA DDP method not getting code on API call that doesn’t requires 2FA (#16998) [NEW] Direct message between multiple users (#16761) Bump version to 3.0.7 Regression: Remove deprecated Omnichannel setting used to fetch the queue data through subscription (#17017) Regression: Remove deprecated Omnichannel setting used to fetch the queue data through subscription (#17017) Bump version to 3.0.6 [Regression] Replace the Omnichannel queue model observe with Stream (#16999) [FIX] Keeps the agent in the room after accepting a new Omnichannel request (#16787) [Regression] Replace the Omnichannel queue model observe with Stream (#16999) [NEW] Engagement Dashboard (#16960) Fix StreamCast info (#16995) [IMPROVE] Ability to change offline message button link on emails notifications (#16784) Bump version to 3.0.5 [FIX] Race conditions on/before login (#16989) [FIX] Race conditions on/before login (#16989) Fix: StreamCast was not working correctly (#16983) ...
It adds the Engagement Dashboard for the Enterprise Edition.