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
The frontend needs to display a statistic that calculates the number of datasets that have annotations for a given deposition. Right now the frontend is using this query:
and uses aggregate.length to get the necessary, but we should determine if there's a better way to support this feature. Can/should we add more powerful aggregate functionality to the api in general? Should we make this a one-off special case?
The text was updated successfully, but these errors were encountered:
The frontend needs to display a statistic that calculates the number of datasets that have annotations for a given deposition. Right now the frontend is using this query:
and uses
aggregate.length
to get the necessary, but we should determine if there's a better way to support this feature. Can/should we add more powerful aggregate functionality to the api in general? Should we make this a one-off special case?The text was updated successfully, but these errors were encountered: