thisisdajaaa / codev-feedback-system

Codev's internal feedback system created using React.js, Typescript, TailwindCSS, Next.js, Storybook, MongoDB, Redux, Express.js
https://codev-feedback-system.vercel.app
2 stars 0 forks source link

Bug - Pagination in Responses page does not display the proper count #153

Closed marycastino closed 1 year ago

marycastino commented 1 year ago

Steps to Reproduce

  1. Login as a surveyor
  2. Go to the Responses page
  3. Check the pagination of the Survey list

Expected Result The display says the proper count Example: (Page 1) Showing 1 to 10 of 21 results (Page 2) Showing 11 to 20 of 21 results (Page 3) Showing 21 to 21 of 21 results

Actual Result (Pages 1 - 3) Showing 10 to 10 of 21 results Image

Acceptance Criteria

  1. Pagination count is changed according to info displayed in table
  2. The same fix is also applied to the Responses list