View on GitHub

next-graphcms-shows

A Next.js application for displaying fictional live events retrieved from GraphCMS

Home > Issues > 3

Add ability to sort shows

Type Effort (Fibonacci)
Feature 2

Right now, the shows display in the order in which they’re returned from the GraphCMS store. The GraphQL query that retrieves shows (in /lib/graphcms.js) specifies orderBy: scheduledStartTime_DESC. Give the user the ability to sort shows by title (ascending and descending) and scheduledStartTime (ascending and descending).

Acceptance criteria