Frontify / frontify-aem-connector

Frontify Adobe Experience Manager
MIT License
4 stars 4 forks source link

Sorting functionality #29

Closed allanmaio closed 2 years ago

allanmaio commented 2 years ago

Requirements

Users should be able to sort the assets in assets panel. Ordering by:

Acceptance Criteria

  1. Users see which orders are available to sort
  2. Users can define if the order will be relevance. newest or oldest
  3. The assets order changes as soon as the user sets the desired order

Solution Hint

Enable sorting by supported by API usage: https://le0daniel.github.io/graphql-reference/type/AssetQueryInput Available API sorting: RELEVANCE, NEWEST, OLDEST