Skip to content

[GSSoC25] <title>Bug – No Validation for Empty Group Name While Creating GroupΒ #113

Description

@ridhiverma2019

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions