Skip to content
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

Allow for multiple reporting formats #5

Closed
tarkatronic opened this issue Mar 23, 2023 · 1 comment · Fixed by #39
Closed

Allow for multiple reporting formats #5

tarkatronic opened this issue Mar 23, 2023 · 1 comment · Fixed by #39
Assignees
Labels
enhancement New feature or request Reporting Issues relating to the reporting functionality
Milestone

Comments

@tarkatronic
Copy link
Contributor

In addition to reporting to Slack channels, it'd be nice to send out summary emails. Maybe we could even report to other systems eventually. Other users of the tool might want to report to Microsoft Teams. Or maybe we could create a reporter that automatically creates JIRA tickets. The possibilities are endless!

The first step will be create a generic Reporter interface, then creating a SlackReporter as a concrete implementation of that interface. From there we can also create an EmailReporter implementation.

@tarkatronic tarkatronic added the enhancement New feature or request label Mar 23, 2023
@tarkatronic
Copy link
Contributor Author

I just realized that it would incredibly useful to also have a ConsoleReporter as the default. Grab from GitHub, spit out to the console in a nice pretty format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Reporting Issues relating to the reporting functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant