AlfiyaSiddique / TastyTrails

TastyTrails is a web application designed to explore delightful recipes from around the world. It leverages modern technologies to create an immersive culinary experience.
https://delightful-daifuku-a9f6ea.netlify.app/
GNU Affero General Public License v3.0
19 stars 50 forks source link

Implement Infinite Scroll for Recipe List #62

Open smrutiranjanbhuyan opened 1 week ago

smrutiranjanbhuyan commented 1 week ago

TastyTrails

Infinite Scroll Issue

Overview

The infinite scroll feature in the recipe list currently displays all recipes at once, failing to load more content as the user scrolls. This limits usability, particularly when users are browsing a large number of recipes.

Current Behavior

Expected Behavior

Example

For instance, if there are 100 recipes available, the user should initially see a set number (e.g., 20 recipes) and as they scroll down, new recipes should load automatically. Instead, all 100 recipes are shown at once, overwhelming the user and making it harder to navigate.

github-actions[bot] commented 1 week ago

👋 Thank you @smrutiranjanbhuyan for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

smrutiranjanbhuyan commented 1 week ago

Hi,

I’d like to work on the infinite scroll issue in the recipe list. I understand that it currently displays all recipes at once instead of loading them incrementally. I believe implementing this feature will enhance usability and provide a better experience for users.

Please assign it to me. Thank you!

AlfiyaSiddique commented 1 week ago

@smrutiranjanbhuyan We currently working on the issue of pagination. And As the website does not have much data till date we are not sure if we need this feature or not at this time. But I am sure we will need this in future. So let the issue be open but I cannot assign you right now as pagination feature is under development. Thanks for showing the interest

smrutiranjanbhuyan commented 1 week ago

@AlfiyaSiddique thanks for response.

sadath2001 commented 1 day ago

Hi @AlfiyaSiddique since the pagination feature has been implemented. Can I work on this?