You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current real-time counter component works well. However we want to showcase a higher level of componentization for our community builder.
Two areas need to be addressed with a re-factor:
multiple instances - allowing community builders to use multiple instances of this component on a page (5 or 10 instances)
higher level of component features bundling - into a more functional component with less configuration / parameterization at the page level
For 2 - we'd like to refactor it into two components - each one incorporating MULTIPLE COUNTERS:
a) users-messages-online counters all bundled into a server stats counters component (one that can be easily multiple instanced, showing the stats from 10 servers on the same page, for example)
b) a new team channel stats counters component - parameterized by a team name (such as #gsoc2023 ) that will show 3 counters --
i. number of team channels
ii. number of messages(sum across all channels of the team)
iii. number of users (of the team);
This component must also be multi-instance-able ... showing say 10 teams (from one server) on the same page
The text was updated successfully, but these errors were encountered:
The current real-time counter component works well. However we want to showcase a higher level of componentization for our community builder.
Two areas need to be addressed with a re-factor:
For 2 - we'd like to refactor it into two components - each one incorporating MULTIPLE COUNTERS:
a) users-messages-online counters all bundled into a
server stats counters
component (one that can be easily multiple instanced, showing the stats from 10 servers on the same page, for example)b) a new
team channel stats counters
component - parameterized by a team name (such as#gsoc2023
) that will show 3 counters --i. number of team channels
ii. number of messages(sum across all channels of the team)
iii. number of users (of the team);
This component must also be multi-instance-able ... showing say 10 teams (from one server) on the same page
The text was updated successfully, but these errors were encountered: