OpenEugene / openboard

An open source switchboard, written in Elm and Go.
MIT License
22 stars 7 forks source link

Expand FndPostsReq #167

Open daved opened 3 years ago

daved commented 3 years ago

We need to be able retrieve paginated posts. We should be able to filter by date. For example, "get the posts between today and a month ago". Combined with pagination, we should be able to, for example, get the first/second/third set of 10 posts in the last month.

AC