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

/feed and /new with an additional filter on tag #76

Closed
tibfox opened this issue Jul 29, 2021 · 2 comments · Fixed by #87
Closed

/feed and /new with an additional filter on tag #76

tibfox opened this issue Jul 29, 2021 · 2 comments · Fixed by #87
Labels
enhancement New feature or request

Comments

@tibfox
Copy link

tibfox commented Jul 29, 2021

There should be additional endpoints for /feed and /new to filter on a tag.

There is the plan to implement a story/shorts feature inside of the app. For that I will need a new endpoint on the api level to load posts from followings with a specific tag included. ( I would suggest "moments" but making it dynamic is probably the best choice)

The same would be good to have for the /new endpoint. That way we could implement tag lists.

@skzap already had this idea:
3. is pretty easy to do honestly, just copy paste the /feed endpoint and add the filter by tag in the mongo query

@tibfox tibfox changed the title Dtube mobile app: /feed with an additional filter on tag /feed and /new with an additional filter on tag Jul 30, 2021
@techcoderx techcoderx added the enhancement New feature or request label Aug 1, 2021
@tibfox
Copy link
Author

tibfox commented Aug 21, 2021

I would append that item with: filter by tags just a comma separated list to check posts with tags in the range of this list.

@tibfox
Copy link
Author

tibfox commented Aug 22, 2021

brish wanna work in that

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