icgc-argo / platform-api

https://api.platform.icgc-argo.org/graphql
GNU Affero General Public License v3.0
0 stars 0 forks source link

Graphql Schema design for program donor dashboard #133

Closed rosibaj closed 4 years ago

rosibaj commented 4 years ago

Get the data from the donorSubmission summary indices for the dashboard into the Gateway API

hlminh2000 commented 4 years ago

@rosi The Elasticsearch connection got complicated by the need to handle password. Added a separate ticket for this: https://github.com/icgc-argo/platform-api/issues/168

The schema design can be previewed at the normal graphql api

rosibaj commented 4 years ago

Noticed an inconsistent query parameter for programs: shortname and programid: image

Discussed with @hlminh2000; will use shortname for api consistency

rosibaj commented 4 years ago

lgtm on qa thanks @hlminh2000