Skip to content
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

fix: change email input type to text in student filters #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

01001110J
Copy link
Contributor

@01001110J 01001110J commented Mar 7, 2025

Description

This PR updates the input type in StudentsFilter, changing it from email to text to enable partial email searches. Previously, searches required a full email match, but with this change, users can find students by entering only a part of their email.

This improves usability when filtering students based on incomplete email information.

This PR resolves PADV-1907

Change log

  • Changed input type from email to text in StudentsFilter
  • Enabled partial email searches

Visual results

No visual changes

How to test

  1. Go to the StudentsFilter form.
  2. Enter a partial email in the search field.
  3. The table should display students matching the partial email input.
  4. You should be able to find a student without entering their full email address.

@01001110J 01001110J requested a review from AuraAlba March 7, 2025 23:01
@01001110J 01001110J self-assigned this Mar 7, 2025
@01001110J 01001110J requested a review from sergivalero20 March 7, 2025 23:01
@01001110J 01001110J marked this pull request as ready for review March 7, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants