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
Currently, users can submit a new word without entering any content or title. To improve the quality of submissions, we should implement a logic that disables the submission button when either the content or title field is empty. Additionally, we should consider implementing a minimum input length requirement for the content field to ensure meaningful contributions.
Hey @ShyneADL, thank you for taking up this issue.
As you take this on, I have this possible edge cases in mind that I think we should factor in too
SUBMISSION OF WORD EDITS: Unlike pretty Straightforward Scenario when user is submitting a new word to the dictionary, where we can check that word title and word content meets a certain minimum character count to enable submission.... I want us to look at cases of WORD EDITS where No changes was made in the existing word title and word content, we also want to disable the submission button in this case where we know that no changes was/is made yet
Hi @ShyneADL, How's it going with this? Need any help?? Please open a draft PR with your changes, and we can look at it together... I've got some thoughts around how to go about this implementation that I can share for sure 😉
Currently, users can submit a new word without entering any content or title. To improve the quality of submissions, we should implement a logic that disables the submission button when either the content or title field is empty. Additionally, we should consider implementing a minimum input length requirement for the content field to ensure meaningful contributions.
Related Files:
Steps:
Expected Behavior:
Additional Information:
The text was updated successfully, but these errors were encountered: