Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

Feature: Make integrations togglable per report #4

Open psobko opened 8 years ago

psobko commented 8 years ago

Say I have an integration with JIRA and Slack. I would like to be able to send a bug report to only Jira, Slack, or neither and just send the email. This could be an option when submitting the report.

amelnychuck commented 8 years ago

Sounds like a great idea as well. +1

However, if this is implemented, I think it should be an optional setting, since some implementations may not want to make the used integrations public. (ex. In the case of an app which includes Buglife in production builds, it's probably not a great idea to let your users choose which integrations a report should go to.) This would be a nice addition in beta or development builds though, so making it possible to enable or disable based on scheme or flag in the setup code would be a good way of setting this, and likely a reason to enable or disable this in the code rather than in the admin dashboard.

schukin commented 8 years ago

@amelnychuck - All excellent points! We carefully consider how Buglife should work in development builds, private & public betas, as well as App Store builds, and will of course be taking this into consideration when we implement this feature :)