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

Feat (profiles): Implement user-profiles and user and song search [WIP] #29

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from

Conversation

tomast1337
Copy link
Member

@tomast1337 tomast1337 commented Jan 12, 2025

This PR adds comprehensive features to enhance user profile management and songs and user search functionality

Planned Features:

  • Song search functionality based on keywords

  • User profile search functionality based on keywords

  • User profile pages for viewing member information

  • Profile editing interface for users to manage their details

Nice examples of profiles

Useful links about text search in MongoDB:

@tomast1337 tomast1337 self-assigned this Jan 12, 2025
@tomast1337
Copy link
Member Author

tomast1337 commented Jan 15, 2025

@Bentroen
For the user search feature, I created this search box, I assume the same search box can be repurposed for a song search feature, Does this approach seem suitable?

search

@tomast1337 tomast1337 added the help wanted Extra attention is needed label Jan 21, 2025
@tomast1337
Copy link
Member Author

@Bentroen To implement a search feature for users and songs is harder than I imagined.

I have a few worries about How efficient searching by keyword, name, title, author, and description by section or substring can be. And, how could we avoid full reads in case some user requests?

@tomast1337 tomast1337 changed the title Feat (profiles): Implement user-profiles and search functionality [WIP] Feat (profiles): Implement user-profiles and user and song search [WIP] Jan 21, 2025
@tomast1337
Copy link
Member Author

https://www.mongodb.com/resources/basics/full-text-search

I guess this is the approach to be taken with MongoDB, it already take care of all of this like fuzzy search and indexing is bazeds on words and not full strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants