Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate all deposition related backend fields #920

Closed
Tracked by #479
junxini opened this issue Jul 24, 2024 · 2 comments
Closed
Tracked by #479

Integrate all deposition related backend fields #920

junxini opened this issue Jul 24, 2024 · 2 comments
Assignees

Comments

@junxini
Copy link
Contributor

junxini commented Jul 24, 2024

Connect all frontend components to the correct backend fields. Also includes the filter queries

@manasaV3
Copy link
Contributor

manasaV3 commented Aug 8, 2024

Sample query for getting all datasets that have annotations from a deposition:

query MyQuery {  
  datasets(where: {runs: {tomogram_voxel_spacings: {annotations: {deposition_id: {_eq: <deposition_id>}}}}}) {
    id
  }
}

kne42 added a commit that referenced this issue Aug 16, 2024
#923 

note that applying filters will not filter the results until #920 and
will merely update the search params
codemonkey800 added a commit that referenced this issue Sep 3, 2024
#918

Implements deposition metadata frontend in the info panel. This only
implements the frontend, so it will need to be integrated with the
backend as part of #920

## Demos

<img width="497" alt="image"
src="https://github.com/user-attachments/assets/89ca0bfe-f354-472c-a644-b25aea4b4fe1">

<img width="476" alt="image"
src="https://github.com/user-attachments/assets/ff64d737-4b0b-41ac-89b3-0b1d5d87ee3e">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants