botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
76 stars 88 forks source link

[FEATURE] Analytics Channel Filter #998

Open JijeshP opened 4 years ago

JijeshP commented 4 years ago

Is your feature request related to a problem? Please describe. Analytics filter should display all channels.

Describe the solution you'd like Channels should be configurable or it should pick based on the available events.

Additional context image

spg commented 4 years ago

Hey @JijeshP ! The list of channels that are displayed in this dropdown list is based on the activated modules that begin with the channel- prefix (e.g. channel-web, channel-messenger). In fact, I have manager to have the messenger channel displayed in the dropdown by simply activating the channel-messenger module:

2020-05-29 at 2 14 PM

Other modules (qna, code-editor, nlu, etc) whose names don't begin with the channel- prefix do not appear in this list.

This strategy (displaying the list of channels based on activated modules) seems fair to me. What do you think?

JijeshP commented 4 years ago

@spg It make sense, but i'm having a module which has multiple channels eg:smooch, where i need to track all channels separately. what if we take channel name from metrics as well ?

Kindly review https://github.com/botpress/botpress/pull/3369

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.