Mumble icon indicating copy to clipboard operation
Mumble copied to clipboard

User interests quick search

Open divanov11 opened this issue 4 years ago • 5 comments

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 avatar Apr 08 '21 03:04 divanov11

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

divanov11 avatar Apr 08 '21 03:04 divanov11

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

codyseibert avatar May 30 '21 20:05 codyseibert

@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!

ishitb avatar May 31 '21 12:05 ishitb

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

codyseibert avatar May 31 '21 14:05 codyseibert

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!

ishitb avatar May 31 '21 20:05 ishitb