mattermost / mattermost-plugin-github

GitHub plugin for Mattermost
Apache License 2.0
157 stars 150 forks source link

Select types of events to subscribe to in a dialog box #381

Open hanzei opened 4 years ago

hanzei commented 4 years ago

Right now, the user needs to specify a comma separated list of issue event types that will trigger a notification. This ticket is to Allow a user to select the types of events to show up in the channel from a dialog box instead of typing a string of comma sep text.

ksharinarayanan commented 4 weeks ago

@hanzei this is probably a react issue, misleading when searching for go issues. Just bringing this to your attention so that this may redirect efforts to the right place. Thanks

hanzei commented 3 weeks ago

Thanks for your interest in the ticket, @ksharinarayanan.

It is correctly labelled. Interactive dialogs can be used to show UI elements on both the mobile and the web client without the need of react code.

Kshitij-Katiyar commented 3 weeks ago

Hey @wiggin77, this functionality will greatly enhance the UX but will take some time to implement. Do you think we should work on this?