dhasegan / connect.academy

Educational platform
www.connect.academy
MIT License
2 stars 0 forks source link

Added forum post page for individual post #219

Closed dhasegan closed 9 years ago

dhasegan commented 9 years ago

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.