-
Notifications
You must be signed in to change notification settings - Fork 25
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
Ability to leave reason for closing the error #140
Comments
Can I suggest something: instead of a more specific "reason for closing", why not a more general "comments" feature? So people can use it to register a link to the ticketing system, or to articles about the error, or anything they would like to? |
I still have to think more about this, but at the moment I also agree that a generic comment feature would be more flexible. |
In order to properly do comments we need to support a way of authenticating the user - maybe not having auth on ourselves, but receiving a user name via a hook or similar. |
Although I agree it would be nice to have info on the commenter, wouldn't it be a good first step to just add the comments features, and later introduce the user hook as you suggested? |
I generally agree on that, but we need to think about it because splitting it in two phases would require:
Also, adding support for users allow having other extra features on top of comments, like a history of changes (who closed it, when it was reopened, etc) that may be interesting. I'm not saying users are 100% needed, but it is interesting to think about it to improve the developer experience on updates by reducing the number of migrations 😄 |
Is your feature request related to a problem? Please describe.
When resolving the error, it would be convenient to have a way to leave a short comment on why it was closed. Nothing special, just a comment in plain text. Next time someone discovers the error is resolved, they could see the reason why & have some context about it.
Describe the solution you'd like
Have a pop-up with ability to enter plain text.
Describe alternatives you've considered
Have a small optional textarea available right next to the "Resolve" button.
Additional context
Not sure if this request is within the scope of the error-tracker. It could make for a nice addition though.
The text was updated successfully, but these errors were encountered: