LaraBug / LaraBug

Laravel error reporting tool
https://www.larabug.com
MIT License
267 stars 58 forks source link

Feature request: Add note to issue #78

Open blackforestcode opened 1 year ago

blackforestcode commented 1 year ago

I'd like to see a "Add note to this bug" input (or similar). It could be helpful, for example, if I see the issue today, have a solution in mind but I can't solve it until later, so I need this note on a later time.

Hope you get, what I mean.

ricklambrechts commented 1 year ago

Interesting feature!

Do we want to use a package like? https://github.com/beyondcode/laravel-comments

Showing a tab, notes next to these items? Or beneath the exception? image

blackforestcode commented 1 year ago

That could be a solution, yes. I think an additional tab would be good so that the note or input field doesn't distract from the error message. Some exceptions may also not require a note.

Perhaps a checkbox labeled "Add note?" conceivable, which when activated then opens the input field (but then under the exception).