simpleshop_theme/test
Jamey Greenwood fe29c1ad36 feat: add product sorting to collection pages with tests
Add sort functionality to /collections/:slug pages with 6 sort options
(featured, newest, price ascending/descending, name A-Z/Z-A). Sort
selection persists across category navigation via URL query params.

Refactor handle_params to be DRY using load_collection/1 helper.
Add comprehensive unit tests for PreviewData category functions and
LiveView tests for the Collection page sorting and navigation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 23:38:22 +00:00
..
simpleshop_theme feat: add product sorting to collection pages with tests 2026-01-19 23:38:22 +00:00
simpleshop_theme_web feat: add product sorting to collection pages with tests 2026-01-19 23:38:22 +00:00
support mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
test_helper.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00