1
0
Fork 0
peertube/client/src/app/videos
Brad Johnson 7f5f4152a4 Refactor: Separated "Other Videos" section into a dedicated component/service (#969)
* Separated "Other Videos" section into a dedicated component/service

I'm currently working on some proof-of-concepts for recommendation
providers that could work with PeerTube to provide useful video
suggestions to the user.

As a first step, I want to have great clarity about how PeerTube,
itself, will surface these videos to the user.

With this branch, I'm refactoring the "recommendations" to make it
easier to swap out different recommender implementations quickly.

Stop recommender from including the video that's being watched.

Ensure always 5 recommendations

* Treat recommendations as a stream of values, rather than a single async value.

* Prioritize readability over HTTP response size early-optimization.

* Simplify pipe
2018-08-31 17:19:21 +02:00
..
+video-edit Implement daily upload limit (#956) 2018-08-28 09:01:35 +02:00
+video-watch Refactor: Separated "Other Videos" section into a dedicated component/service (#969) 2018-08-31 17:19:21 +02:00
recommendations Refactor: Separated "Other Videos" section into a dedicated component/service (#969) 2018-08-31 17:19:21 +02:00
shared Try to handle truncated markdown links 2018-07-31 15:26:48 +02:00
video-list Add channel avatar to overviews 2018-08-31 14:32:37 +02:00
index.ts Try to optimize frontend 2017-10-09 14:28:44 +02:00
videos-routing.module.ts Videos overview page: first version 2018-08-31 09:19:58 +02:00
videos.component.ts Client: fix loading server configurations 2017-10-09 19:12:40 +02:00
videos.module.ts Videos overview page: first version 2018-08-31 09:19:58 +02:00