-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersgssoc25level1
Description
GitHub Username
ridhiverma2019
π Issue Title / Suggestion Summary
Group creation form allows submitting empty or invalid group name
π Detailed Description
While creating a new group, users can submit the form without entering a group name, which leads to either broken UI or invalid data saved in the backend.
Steps to Reproduce:
- Go to the "Create Group" screen.
- Leave the group name empty.
- Click on "Create".
Expected Behavior:
The form should block submission and show an error message like βGroup name is required.β
Actual Behavior:
The form gets submitted or fails silently.
π οΈ Proposed Solution / Steps to Reproduce
Add frontend validation using a required check and possibly minimum length validation.
β Contributor Checklist
- I have searched and confirmed this issue has not been reported already.
- I am a registered participant of GSSoC 2025.
- I have starred the repository to support the project.
- I agree to follow the project's Code of Conduct.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersgssoc25level1
Projects
Status
Ready