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

User interests quick search #196

Open
divanov11 opened this issue Apr 8, 2021 · 5 comments
Open

User interests quick search #196

divanov11 opened this issue Apr 8, 2021 · 5 comments
Labels
enhancement New feature or request feature Feature requests

Comments

@divanov11
Copy link
Owner

divanov11 commented Apr 8, 2021

When user is on their home feed they should be able to simply click a tag and automatically be take to the search page with the form pre-filled, pulling up any post, article or user that contains that particular keyword.

I will take care of this functionality. Just need to update the API a bit to handle this..

image

@divanov11 divanov11 added enhancement New feature or request feature Feature requests labels Apr 8, 2021
@divanov11
Copy link
Owner Author

Thank you @codyseibert , I'm such a noob sometimes lol

@codyseibert
Copy link
Collaborator

I don't think @divanov11 has worked on this feature, so I'm going to open it back up for anyone to work on.

@ishitb
Copy link
Contributor

ishitb commented May 31, 2021

@codyseibert Hi. if the issue is still open I'd like to work on it.
I have a few questions though,

  • The only feature to be added is "Click the tag, redirect to search page", right?
  • I'm not sure where these tags are getting added from, I think they're dummy for now?
  • On the search page, the Article section seems to be broken. It doesn't show anything, not even a 404
    Thank you!

@codyseibert
Copy link
Collaborator

Right, click the tag and redirect to the search page with the tag name you clicked.

I don't think we have an endpoint yet, so I'll probably add one called /api/tags?name=JavaScript where you can pass the name and get all the users and mumbles with those tags.

I'll let you know when that endpoint is created

@ishitb
Copy link
Contributor

ishitb commented May 31, 2021

Right, click the tag and redirect to the search page with the tag name you clicked.

I don't think we have an endpoint yet, so I'll probably add one called /api/tags?name=JavaScript where you can pass the name and get all the users and mumbles with those tags.

I'll let you know when that endpoint is created

Alright thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Feature requests
Projects
None yet
Development

No branches or pull requests

3 participants