Add sorting parameter to every endpoint in springboot #64

Closed
opened 2026-04-01 18:32:47 -06:00 by RecentRunner · 1 comment
RecentRunner commented 2026-04-01 18:32:47 -06:00 (Migrated from github.com)

Add a way that makes sense for the table to be sorted like Alphabetical and price. Should be on most crud endpoints

Add a way that makes sense for the table to be sorted like Alphabetical and price. Should be on most crud endpoints
RecentRunner commented 2026-04-15 13:11:49 -06:00 (Migrated from github.com)

Fixed: conversations sorted by updatedAt DESC, refunds by createdAt DESC. My pets already sorted by petName ASC, messages already sorted by timestamp ASC.

Fixed: conversations sorted by updatedAt DESC, refunds by createdAt DESC. My pets already sorted by petName ASC, messages already sorted by timestamp ASC.
Sign in to join this conversation.