-
Notifications
You must be signed in to change notification settings - Fork 177
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 |
@AyushJagaty I'm still working on it |
hey i would love to work on it |
@jattu8602 I am working on it |
Hey @M4dhav great to see that u are putting so much effort, just want to say that i've read the codebase and would like to contribute in this project in case if are not working on it. |
@Moxie-47 Thank you for the appreciation. I am still working on this and since I have already put in a lot of work on this issue, I apologize that I cannot give this issue over to you. |
is this issue still open? |
Yes, @samar-703 , it is open and I am working on it |
Hello, @M4dhav and @Aarush-Acharya! I noticed that this issue has been open for a while, and I was wondering if there's anything I can do to help. I believe that with more people collaborating, we can achieve an even better outcome. Also, I noticed that @M4dhav is also assigned to the issue ‘System for Less Redundant Initialisation of Variables’ (#357). Is it possible to split the tasks? I have experience with input validation in Flutter and would love to contribute. Looking forward to your response! |
@EngDann i don't think it makes sense to split this issue as Input Validation is a relatively simpler issue. Additionally I've already worked quite a bit on this issue. Thank you for your interest in contributing to Resonate. I recommend you install the app and search for additional bugs and glitches and then open PRs to fix them. |
@M4dhav, thanks for your response! I’ll follow your suggestion and look for other bugs and glitches to contribute. However, I’m curious — apologies if I’m being intrusive — but if input validation is a relatively simple issue, why hasn’t it been resolved after a few months? Is there a specific reason that has hindered progress, or is there something preventing the issue from being addressed? |
@EngDann there's no specific issue hindering the progress, however despite being simple enough to fix, this particular issue requires Input Validation everywhere in the app, and additionally fixing and handling overflows caused by incorrect validation which means that one has to go through the entire app comprehensively. Additionally, I've also been busy with other stuff (I'm a college student) which has caused this to take this long, but It's nearly done. I will raise a PR soon. |
@M4dhav I totally understand! I'm also a student, so I know how challenging it can be to juggle multiple responsibilities. Wishing you the best of luck with the fix! |
🚀 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: