builder icon indicating copy to clipboard operation
builder copied to clipboard

[BUG] Loading collection status on CollectionsPage

Open cyaiox opened this issue 1 year ago • 0 comments

When it opens the CollectionsPage, the collection status keeps loading until the user enters the CollectionDetailsPage and fetches all the items and entities for that Collection.

Screenshot 2023-03-24 at 10.31.12.png

Possible solution:

  • Update the collections/:id/items endpoint in the builder-server to accept the param sortBy
  • Fetch the latest updated item and its entity in the component CollectionStatus

cyaiox avatar Mar 24 '23 13:03 cyaiox