Open codeIntrovert opened 10 months ago
is this issue fixed ? I would like to work on this
@ashish111333 No this issue hasn't been fixed yet.
Feel free to use either lazy loading or pagination whatever suits you best. This project is entirely written in python flask.
Let me know if you have any questions about the project and I really appreciate your time and effort for the contribution. Best of luck
@ashish111333 Any updates on the issue?
@ashish111333 Any updates on the issue?
Working on it.
@ashish111333 Any updates? Any Issues?
@ashish111333 Any updates? Any Issues? i cant seem to figure out what to change. if i want lazy loading on frontend then do i also need to to change the browse function in flask backend?
I have made some changes in browse_routes.py for more clarity, and YES you will need to work on both browse_route.py
and browse.html
to implement either pagination or lazy loading. You have the freedom of changing any components in those 2 files. Best of luck.
nvm closed by mistake, THIS ISSUE IS STILL NOT FIXED, CONTRIBUTORS ARE WELCOME TO WORK ON THIS ISSUE
Feature Request: Lazy Loading or Pagination in
/browse
RouteDescription
Currently, the
/browse
route in our website lacks lazy loading or pagination functionality, making it less user-friendly, especially as the content grows. This issue is to propose the addition of lazy loading or pagination to enhance the browsing experience for our users.Goals
/browse
page.Proposed Solutions
Feel free to choose one of the following approaches or suggest an alternative:
Acceptance Criteria
/browse
page should display content with either lazy loading or pagination.Additional Information
/browse
route is located in [relevant file or directory].How to Contribute
Thank you for considering and contributing to this improvement! 🚀