swmcc/second_breakfast

✨ Add pagination for recipes list

Open

#63 geöffnet am 23. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Add pagination to the recipes index page to improve performance and UX when there are many recipes.

Implementation options

  • Use Kaminari gem (already in funeralsni project)
  • Add pagination controls to views
  • Configure items per page (suggest 12-24 recipes)
  • Update search to work with pagination

Views to update

  • app/views/recipes/index.html.erb
  • app/controllers/recipes_controller.rb

Bonus

  • Add infinite scroll option
  • Preserve pagination state in basket actions

Contributor Guide