sprin / pg-discuss

A comment system backend in Python with PostgreSQL
http://pg-discuss.sprin.io/
10 stars 1 forks source link

Isso shim: Enable comment pagination #4

Closed sprin closed 8 years ago

sprin commented 9 years ago

The Isso client has the ability to load more comments that are not shown on the initial load. We should enable this on the backend via the Isso shim.

The Isso change to enable this is here: https://github.com/posativ/isso/pull/83

sprin commented 8 years ago

Pagination is pretty complete. The only missing feature is the ability to "continue this thread" when the max nesting level is reached. This will require changes in the Isso client. Basic nesting level configuration is still awaiting merge in Isso, so more advanced nesting functionality won't be possible in Isso mainline until then.