Shayokh144 / SurveyApp

0 stars 0 forks source link

[Improvement] Pagination support #2

Closed minhnimble closed 2 years ago

minhnimble commented 2 years ago

As you can probably see, the surveys list API should be capable of providing more data than you have currently displayed. It would be nice if we could paginate those data by using some kind of user inputs (swipe to the end to load more, add load next page button, etc.). What do you think?

Shayokh144 commented 2 years ago

I think a "swipe to reload more" behaviour can be implemented here when user swiped from the last survey, then we can append more survey.

minhnimble commented 2 years ago

sounds like a valid choice to me, I can't wait to see your implementation 🤗

Shayokh144 commented 2 years ago

Thank you for feedback, there are few more bugs left to fix. After fixing those I will do this as soon as possible.

minhnimble commented 2 years ago

After checking your latest code changes from the merge, there are still a major issue that I would like to notify you about. Please help check it:

https://user-images.githubusercontent.com/70877098/160048584-416950e2-a3c8-4b71-8c0b-76a24acadc4c.mp4

Shayokh144 commented 2 years ago

I have given commit to fix this issue