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
We want a new field that holds the id of the collection that the commit was commited against. It should be requestable via the commits and latestCommits queries. Grouping by this field should probably be tested in this ticket as we may gain that (desired) behaviour for free.
The text was updated successfully, but these errors were encountered:
I'd prefer not to keep backlog items in 'blocked', it would grow to be pointlessly busy.
This ticket might actually be quite easy now, as the Schema Version ID has been added to commits since and can probably be used to get the collection ID.
Part of #549
We want a new field that holds the id of the collection that the commit was commited against. It should be requestable via the
commits
andlatestCommits
queries. Grouping by this field should probably be tested in this ticket as we may gain that (desired) behaviour for free.The text was updated successfully, but these errors were encountered: