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

USER STORY: Continuous scrolling/infinite scroll for tasks #27

Closed
3 tasks done
blahosyl opened this issue Jul 30, 2024 · 0 comments
Closed
3 tasks done

USER STORY: Continuous scrolling/infinite scroll for tasks #27

blahosyl opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
e: ux tasks Epic: UX for Tasls p: could have Priority: Nice to have

Comments

@blahosyl
Copy link
Owner

blahosyl commented Jul 30, 2024

As a Use,

I want to browse tasks continuously,

so that I do not have to click a button to load more tasks

Acceptance Criteria

  1. Tasks load automatically without the user having to click "next"
  2. Spinner is showing while tasks are loading

Tasks

  • install infinite scroll component npm install react-infinite-scroll-component
  • create fetchMoreData in utils
  • in TaskList component, call Task inside InfiniteScroll, with fetchMoreData in the next prop
@blahosyl blahosyl self-assigned this Jul 30, 2024
@blahosyl blahosyl moved this to In Progress in Task Manager Jul 30, 2024
@blahosyl blahosyl added the p: could have Priority: Nice to have label Jul 30, 2024
blahosyl added a commit that referenced this issue Jul 30, 2024
- install infinite scroll component `npm install react-infinite-scroll-component`
- create `fetchMoreData` in utils
- in `TaskList` component, call `Task` inside `InfiniteScroll`, with `fetchMoreData` in the `next` prop
@blahosyl blahosyl moved this from In Progress to Done in Task Manager Jul 30, 2024
@blahosyl blahosyl closed this as completed by moving to Done in Task Manager Jul 30, 2024
@blahosyl blahosyl changed the title USER STORY: Continuous scrolling/infinite scroll USER STORY: Continuous scrolling/infinite scroll for tasks Aug 1, 2024
@blahosyl blahosyl added e: ux comments Epic: UX for Comments e: ux tasks Epic: UX for Tasls and removed e: ux comments Epic: UX for Comments labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: ux tasks Epic: UX for Tasls p: could have Priority: Nice to have
Projects
Status: Done/Won't do
Development

No branches or pull requests

1 participant