AlfiyaSiddique / TastyTrails

TastyTrails is a web application designed to explore delightful recipes from around the world. It leverages modern technologies to create an immersive culinary experience.
https://delightful-daifuku-a9f6ea.netlify.app/
GNU Affero General Public License v3.0
21 stars 74 forks source link

BUG: Implement Character Length Validation on Feedback Message #218

Open ananyag309 opened 1 week ago

ananyag309 commented 1 week ago

Is there an existing issue raised for this?

Describe your issue

The current implementation allows users to submit feedback messages with a minimum character length of just one letter. This can lead to unhelpful or meaningless feedback submissions.

Steps to reproduce

I suggest imposing a character length validation that requires feedback messages to have a minimum of at least [insert minimum character length, e.g., 5 or 10] characters. This will ensure that submitted feedback is meaningful and constructive.

What was the expected result?

Benefits of the Change:

Encourages users to provide more thoughtful and detailed feedback. Reduces the number of submissions that contain insufficient information. Enhances the quality of data collected for analysis and improvements.

Proposed solution

just change the validation of feedback form

Would you like to work on this issue?

Yes

Terms & Conditions

AlfiyaSiddique commented 1 week ago

@ananyag309 go ahaed