huytd / codedaily-v3

https://news.kipalog.com/
87 stars 14 forks source link

Implement backend of comments system #30

Closed mdevlamynck closed 7 years ago

mdevlamynck commented 7 years ago

Backend for #16.

It might be interesting to find a way to do functional tests to test server.rs.

It might also be interesting to abstract the pagination logic so we can reuse it instead of duplicating it in every paginated route.