You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: