Still a lot of work remaining to be done for pagination. I started to scratch it a bit with a simple Paginator. Realizing Pagination is not such a simple problem due to deduplication/reranking problems. The problem is that the ranking changes the order of the posts, we have to send back a list of displayed posts and figure out a way to get a second batch of posts. I dont even know how to test this properly.
Still a lot of work remaining to be done for pagination. I started to scratch it a bit with a simple Paginator. Realizing Pagination is not such a simple problem due to deduplication/reranking problems. The problem is that the ranking changes the order of the posts, we have to send back a list of displayed posts and figure out a way to get a second batch of posts. I dont even know how to test this properly.