This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Last page bug due to Pagination #107
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Status: On Hold
Issue or PR needs more info, a discussion, a review or approval from a Maintainer/Code Owner.
Type: Bug
Bug or Bug fixes.
Comments
techno-disaster
added
Type: Bug
Bug or Bug fixes.
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
labels
Jun 22, 2020
Can I take this ? |
Hey @Anirudhk07 sure. assigning it to you |
techno-disaster
removed
the
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
label
Jul 1, 2020
@Anirudhk07 Any update on the issue? |
Akanksha1212
added
the
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
label
Jul 8, 2020
Making this issue available for others as there's no response from @Anirudhk07. |
@bharat-1809 can you take this up? |
@techno-disaster Sure, thanks :) |
techno-disaster
removed
the
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
label
Jul 9, 2020
Hey @bharat-1809 any updates? |
@techno-disaster I am still working on it. Sorry for the delay. |
no problem, we just need a update every 3 days :) feel free to ask of you are stuck somewhere. |
@techno-disaster I think the issue is already solved. The list didn't get repeated. Please have a look. |
Yes, i looked into this and found out an issue on the backend, lets keep this on hold for now. Will raise an issue on the backend repo |
techno-disaster
added
the
Status: On Hold
Issue or PR needs more info, a discussion, a review or approval from a Maintainer/Code Owner.
label
Jul 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Status: On Hold
Issue or PR needs more info, a discussion, a review or approval from a Maintainer/Code Owner.
Type: Bug
Bug or Bug fixes.
Describe the bug
Right now if the last page does not have all 20 members (the number of people we request per page). The members get repeated. This is probably due to a small bug in
hasReachedMax
, to fill the20
limit.PS: The data is getting called for all the pages (including the last one) as expected, you can see it in the logs when you scroll to the end. Only the members aren't shown on the app.
To Reproduce
Steps to reproduce the behavior:
Go to members page and scroll to the end.
Screenshots
The text was updated successfully, but these errors were encountered: