You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the attached video there is no check to protect the large input of review comment part. User can give large review comment as large as possible if they want. Which is not good practice. And also there is no need that much long reviewa for one campsite.
So here I would like to introduce a good features that, If one review comment length exceed 150 then it show a Read more anchor tag. After clicking on it, It open a Scrollable model in the middle of he screen to display full length review. Which is also responsive for all screen. Just like this Video.
samplee.mp4
And also I add a proper backend logic to prevent the large review comment input in create review route. I set the limit of 600 character, I think this is enough for a review comment. If this limit exceed then it display a error flash message. And redirect to show list route, means that new review added form.
Add ScreenShots
creview.mp4
@Vignesh025 Assign it to me. I think it's that major issue which need attention. Assign it under label-3 because both frontend and backend implementations are there. I think this is fair.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Describe the feature
As you can see in the attached video there is no check to protect the large input of review comment part. User can give large review comment as large as possible if they want. Which is not good practice. And also there is no need that much long reviewa for one campsite.
Read more
anchor tag. After clicking on it, It open a Scrollable model in the middle of he screen to display full length review. Which is also responsive for all screen. Just like this Video.samplee.mp4
create review
route. I set the limit of 600 character, I think this is enough for a review comment. If this limit exceed then it display a error flash message. And redirect toshow list
route, means that new review added form.Add ScreenShots
creview.mp4
@Vignesh025 Assign it to me. I think it's that major issue which need attention. Assign it under
label-3
because both frontend and backend implementations are there. I think this is fair.Record
The text was updated successfully, but these errors were encountered: