-
Notifications
You must be signed in to change notification settings - Fork 146
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
Length Restrictions on Input Parameters #359
Comments
Hey I would like to work on this, please elaborate |
Hey @M4dhav, make sure to test the UI thoroughly to identify breaking points in order to decide whats best for the project |
Hey I have merged a PR please pull before working further and make sure to work on the dev branch |
Hey new PR merged please pull before moving forward |
Hey, i would also love to work on it |
@Aarush-Acharya is it done? or i can work on this? |
@kartik1112, @kanavsharma23 I am still working on it |
hey would love to work on it |
@vanshambansal i am working on it |
Hey @M4dhav any updates on it ?? |
Yes, I have been going through the app thoroughly and have already found and applied length restrictions to a couple of places. Some of them weren't necessary for proper display in the UI, but instead necessary for the backend as the architecture is structured to allow, for example, strings of limited length in places. Should be done with the entire thing soon |
Great @M4dhav, keep it up |
🚀 The feature
Add length restrictions to input parameters, the limit should be such that after exceeding the limit the UI starts to overflow/fall-apart.
Motivation, pitch
It is important to make sure we take care of every possible case as if someone wishing to break the app. All it needs is a really long Title or Description of a Room/Upcoming Room or Story/Chapter that would make the app UI overflow and break it
The text was updated successfully, but these errors were encountered: