Parsifal-M / backstage-open-feedback

Feedback Plugin for Backstage
Apache License 2.0
13 stars 3 forks source link

[FEAT] Support more than 255 characters #55

Closed oliverchristen closed 6 hours ago

oliverchristen commented 10 hours ago

Is your feature request related to a problem? Please describe. When a user writes a feedback which is longer than the feedbackText field (255 characters), they get an internal server error. image

Describe the solution you'd like I would like to support way more than only 255 characters, rather don't limit at all. And if it's limited, the user shall not be able to put in more than the supported number of characters.

Describe alternatives you've considered Show an error message instead of sending the request.

Parsifal-M commented 10 hours ago

Makes sense, we can just remove the character limit entirely I think!

Parsifal-M commented 6 hours ago

Hey @oliverchristen

Should be sorted, also added that the comment is multi-line now to support the extra potential characters.

I'll try to package and release this by the end of the week, it also comes with a (separate) change to use the EntityRefLink so that if some feedback is not anonymous you'll be able to click on the submitter and it will take you to their entity page in Backstage :)