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

FEATURE: Implement User Search Page for Tasty Trails #439

Closed
3 tasks done
IkkiOcean opened this issue Nov 9, 2024 · 1 comment · Fixed by #445
Closed
3 tasks done

FEATURE: Implement User Search Page for Tasty Trails #439

IkkiOcean opened this issue Nov 9, 2024 · 1 comment · Fixed by #445
Assignees
Labels
enhancement New feature or request gssoc-ext For GSSOC Extended Contribution. hacktoberfest-accepted

Comments

@IkkiOcean
Copy link
Contributor

Is there an existing issue raised for this?

  • I have searched the existing issues

Describe the feature

Description:
We need to create a user search page that allows users to search for other users on the Tasty Trails platform. This feature will enable users to find others based on their names.

Requirements:

  1. Search Input Field:

    • A text input field for users to enter a search query (e.g., user name, etc.).
    • Include basic validation to ensure the input is not empty or malformed.
  2. Search Logic:

    • The search should filter users based on the search query.
    • Search criteria may include user name, bio, cooking preferences, or any other profile details that are relevant.
    • Display an appropriate message if no matching users are found (e.g., "No users found").
  3. Search Results:

    • Display a list of users that match the search query.
    • For each user, display basic profile information such as:
      • User name
      • Profile picture (optional)
      • Short bio or description (optional)
      • A link to the user's full profile page

Component

/Search.jsx a new page

It should be implemented because

Implementing a user search feature will allow Tasty Trails users to discover and connect with others who share similar interests in recipes, cooking styles, or dietary preferences. This functionality can increase community engagement, encourage social interaction, and improve the overall user experience on the platform.

Would you like to work on this issue?

Yes

Terms & Conditions

  • I agree to follow the Code of Conduct
  • I'm a GSSOC'24 Ext contributor
@IkkiOcean IkkiOcean added the enhancement New feature or request label Nov 9, 2024
@github-actions github-actions bot added gssoc-ext For GSSOC Extended Contribution. hacktoberfest-accepted labels Nov 9, 2024
@AlfiyaSiddique
Copy link
Owner

@IkkiOcean go ahaed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext For GSSOC Extended Contribution. hacktoberfest-accepted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants