You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So developers can work with ordered relations
So users can order relations in a single field on a given pub (see #951)
Requirements
Queries for relationship fields across the app, including in the REST API should return related pubs in user-specified order and include order in return value
Acceptance Criteria
Add new column to pub values table for defining order
Use some ordering algorithm (like the one in Legacy) that is faster than O(n) complexity.
The text was updated successfully, but these errors were encountered:
Motivation
So developers can work with ordered relations
So users can order relations in a single field on a given pub (see #951)
Requirements
Acceptance Criteria
The text was updated successfully, but these errors were encountered: