radicalplatforms / shafa

A wardrobe logging, composition, and organization app
https://shafa.app
Mozilla Public License 2.0
0 stars 0 forks source link

Add pagination to GET / api/outfits #97

Closed rak3rman closed 5 months ago

rak3rman commented 6 months ago

Description

Add pagination to the GET /api/outfits route using limit and offset modifiers to the query: https://orm.drizzle.team/docs/select#limit--offset. Should accept a page parameter that defaults to 0 if omitted AND a size parameter that defaults to 10 if omitted. Ensure that both parameters are validated properly using Zod.

Acceptance Criteria

Generated by Zenhub AI

rak3rman commented 5 months ago

PR review and completion of this issue is stalled pending completion of #98.