Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/user data pagination #891

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Sep 25, 2024

  1. added function to initially load 20 users and then load more users as…

    … we scroll, changed data fetching structure to fetch last user id
    Ishan Veer authored and Ishan Veer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d101d41 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fetching mock users and handling fetch more users

    Ishan Veer authored and Ishan Veer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    efd2e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. merged recent develop branch to feature branch

    Ishan Veer authored and Ishan Veer committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4621abc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. users are getting fetched with scroll but the next set of users are n…

    …ot visible in screen
    Ishan Veer authored and Ishan Veer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b8f8a20 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. user list is getting updated

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4e8b4bf View commit details
    Browse the repository at this point in the history
  2. fixed duplicated fetching

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f7883eb View commit details
    Browse the repository at this point in the history
  3. moved mock data to utils, addded loading state

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4e28f0 View commit details
    Browse the repository at this point in the history
  4. added function to initially load 20 users and then load more users as…

    … we scroll, changed data fetching structure to fetch last user id
    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1bbfce5 View commit details
    Browse the repository at this point in the history
  5. fetching mock users and handling fetch more users

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e9ffa53 View commit details
    Browse the repository at this point in the history
  6. users are getting fetched with scroll but the next set of users are n…

    …ot visible in screen
    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    eb8e8fa View commit details
    Browse the repository at this point in the history
  7. user list is getting updated

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    87ec1d9 View commit details
    Browse the repository at this point in the history
  8. fixed duplicated fetching

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    458cb09 View commit details
    Browse the repository at this point in the history
  9. moved mock data to utils, addded loading state

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    de294ea View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature/user-data-pagination' of https://github.com/Ish…

    …anVeer/website-dashboard into feature/user-data-pagination
    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9162eaa View commit details
    Browse the repository at this point in the history
  11. fixed loading psinner issue

    Ishan Veer authored and Ishan Veer committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    31a8a1b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. removed empty else block

    Ishan Veer authored and Ishan Veer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b3c7664 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. removed debounce function as it is already defined globally

    Ishan Veer authored and Ishan Veer committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2155129 View commit details
    Browse the repository at this point in the history
  2. Added comments for a few fucntions

    Ishan Veer authored and Ishan Veer committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3c7dde3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. created a separate component for loading spinner

    Ishan Veer authored and Ishan Veer committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    db348a9 View commit details
    Browse the repository at this point in the history