FrancescoJo / spring-board-demo

My coding skill practice project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump get list of posts in board

FrancescoJo opened this issue · comments

We may refactor RepliesFetchCriteria to ContentsFetchCriteria for common usage.

  • Add 'replies count' in PostBriefInfo / PostDetailedInfo
  • Implement PostFetchCriteria to honour 'replies count'
  • refactor PageableResponse to contain page and size information rather than offset
  • Refactor PageableQueryHelperMixin to depend on type ContentFetchCriteria for offset calculation
  • Task #47
  • Get posts list implementation
  • Apply 'replies count' in PostInfoBriefResponse
  • Regression test