zurichat / zc_messaging

19 stars 88 forks source link

added prev and next pointers to the response for get_messages endpoint #171

Closed Shopiley closed 1 year ago

Shopiley commented 1 year ago

Implemented suggestions from reviewers of last pull request. Added more pagination information to response for frontend to consume such as:

  1. total number of items in db
  2. pointer to the next page
  3. pointer to the previous page

Linear Link

image

JulianaSau commented 1 year ago

@mykie88 please check out this pr