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

New api endpoint to submit error reports to developers #412

Closed
raffis opened this issue Nov 21, 2019 · 0 comments
Closed

New api endpoint to submit error reports to developers #412

raffis opened this issue Nov 21, 2019 · 0 comments

Comments

@raffis
Copy link
Contributor

raffis commented Nov 21, 2019

Describe the solution you'd like

New writeonly api endpoint POST /api/v2/feedbacks
The error reports are either sent directly to a remote service in which case balloon only acts as a proxy.

There must be no form of authentication since that may prevent one of sending an error report.

The endpoint must accept a zip within the body and a message. Most likely as
multipart/mixed.

This should likely be implemented as Balloon.App.Feedback.

Additional context

The desktop client already uses a remote feedback endpoint. This must change to the new internal endpoint.

A feedback functionality may also be implemented in the web interface.
Errors >= 500 may get reported directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant